-
Notifications
You must be signed in to change notification settings - Fork 13
/
.swcrc
30 lines (30 loc) · 783 Bytes
/
.swcrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "ecmascript",
"jsx": false,
"dynamicImport": true,
"privateMethod": true,
"functionBind": false,
"exportDefaultFrom": true,
"exportNamespaceFrom": true,
"decorators": false,
"decoratorsBeforeExport": false,
"topLevelAwait": false,
"importMeta": false
},
"target": "es2022",
"loose": true,
"externalHelpers": false
},
"module": {
"lazy": true,
"strict": true,
"noInterop": false,
"strictMode": true,
"type": "commonjs"
},
"minify": true,
"sourceMaps": "inline"
}