akkordian/packages/akkordian.js/.swcrc

24 lines
448 B
Plaintext
Raw Permalink Normal View History

2023-12-22 16:27:48 +00:00
{
"$schema": "https://json.schemastore.org/swcrc.json",
"jsc": {
"baseUrl": "./src",
"experimental": {
"keepImportAssertions": true
},
"parser": {
"decorators": true,
"dynamicImport": true,
"syntax": "typescript"
},
"paths": {
"@/*": ["./src/*"]
},
"target": "es2022",
"transform": {
"decoratorMetadata": true,
"legacyDecorator": true
}
},
"minify": false
}