7 lines
84 B
JavaScript
7 lines
84 B
JavaScript
|
module.exports = {
|
||
|
globals: {
|
||
|
jQuery: false,
|
||
|
$: true,
|
||
|
},
|
||
|
};
|