mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
18 lines
301 B
Plaintext
18 lines
301 B
Plaintext
|
{
|
||
|
"ecmaVersion": 7,
|
||
|
"libs": [],
|
||
|
"loadEagerly": ["./src/*.js"],
|
||
|
"dontLoad": ["node_modules/**"],
|
||
|
"plugins": {
|
||
|
"es_modules": {},
|
||
|
"node": {},
|
||
|
"doc_comment": {
|
||
|
"fullDocs": true,
|
||
|
"strong": true
|
||
|
},
|
||
|
"webpack": {
|
||
|
"configPath": "./webpack.config.js"
|
||
|
}
|
||
|
}
|
||
|
}
|