26 lines
507 B
Plaintext
26 lines
507 B
Plaintext
|
{
|
||
|
"ecmaVersion": 6,
|
||
|
"libs": [
|
||
|
"browser"
|
||
|
|
||
|
],
|
||
|
"loadEagerly": [
|
||
|
|
||
|
],
|
||
|
"dontLoad": [
|
||
|
"node_modules/**"
|
||
|
|
||
|
],
|
||
|
"plugins": {
|
||
|
"es_modules": {},
|
||
|
"node": {},
|
||
|
"doc_comment": {
|
||
|
"fullDocs": true,
|
||
|
"strong": true
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|