project-knedita/.swcrc

16 lines
264 B
Text
Raw Normal View History

{
2024-02-03 14:41:32 +00:00
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": true,
2024-11-01 20:57:42 +00:00
"exclude": ["test/*"],
2024-02-03 14:41:32 +00:00
"jsc": {
"target": "esnext",
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"baseUrl": "./"
},
"minify": false
}