project-knedita/.swcrc

15 lines
240 B
Text
Raw Normal View History

{
2024-02-03 14:41:32 +00:00
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": true,
"jsc": {
"target": "esnext",
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"baseUrl": "./"
},
"minify": false
}