oswilno/client/.swcrc

31 lines
629 B
Plaintext
Raw Normal View History

2022-07-05 16:02:27 +02:00
{
"$schema": "https://json.schemastore.org/swcrc",
"module": {
"type": "es6",
"strict": false,
"strictMode": true,
"lazy": false,
"noInterop": false
},
"jsc": {
"parser": {
2022-07-08 15:28:30 +02:00
"syntax": "ecmascript",
"dynamicImport": true,
"privateMethod": true,
"functionBind": true,
"exportDefaultFrom": true,
"exportNamespaceFrom": true,
"decorators": true,
"decoratorsBeforeExport": true,
"topLevelAwait": true,
"importMeta": true
2022-07-05 16:02:27 +02:00
},
"minify": {
"compress": true,
"mangle": true
},
"target": "es2022"
},
"minify": true
}