-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.swcrc
More file actions
28 lines (28 loc) · 684 Bytes
/
Copy path.swcrc
File metadata and controls
28 lines (28 loc) · 684 Bytes
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
{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"target": "es2020",
"loose": false,
"externalHelpers": false,
"keepClassNames": true,
"preserveAllComments": true
},
"module": {
"type": "commonjs",
"strict": false,
"strictMode": true,
"lazy": false,
"noInterop": false
},
"sourceMaps": true,
"inlineSourcesContent": true
}