Sharkey/packages/backend/.swcrc

24 lines
390 B
Plaintext
Raw Normal View History

2022-09-21 22:51:16 +03:00
{
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": true,
"decorators": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
2023-01-19 09:57:37 +02:00
"experimental": {
2023-12-14 04:35:17 +02:00
"keepImportAssertions": true
2023-01-19 09:57:37 +02:00
},
"baseUrl": "src",
2023-01-19 09:57:37 +02:00
"paths": {
"@/*": ["*"]
2023-01-19 09:57:37 +02:00
},
"target": "es2022"
},
"minify": false
2022-09-21 22:51:16 +03:00
}