mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:53:09 +02:00
ef5e9de7e6
Automatic binary
26 lines
429 B
Text
26 lines
429 B
Text
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"experimental": {
|
|
"keepImportAttributes": true
|
|
},
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@/*": ["*"]
|
|
},
|
|
"target": "es2018"
|
|
},
|
|
"module": {
|
|
"type": "commonjs",
|
|
},
|
|
"minify": false
|
|
}
|