peridot/.swcrc
2023-08-24 09:14:45 +02:00

30 lines
616 B
Plaintext

{
"module": {
"type": "commonjs",
"strict": true,
"strictMode": true
},
"jsc": {
"parser": {
"syntax": "typescript",
"jsx": true,
"dynamicImport": false,
"privateMethod": false,
"functionBind": false,
"exportDefaultFrom": true,
"exportNamespaceFrom": false,
"decorators": true,
"decoratorsBeforeExport": false,
"topLevelAwait": true,
"importMeta": false,
"tsx": true
},
"transform": null,
"target": "es2017",
"loose": true,
"externalHelpers": false,
"keepClassNames": true
},
"minify": false
}