2a851437ff
* fix: ビルドが遅いパッケージのビルド速度を改善 * dependenciesの整理 * fix ci * ビルド開始時に古いファイルを消す * fix ci * fix ci
24 lines
415 B
Text
24 lines
415 B
Text
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"dynamicImport": true,
|
|
"decorators": true
|
|
},
|
|
"transform": {
|
|
"legacyDecorator": true,
|
|
"decoratorMetadata": true
|
|
},
|
|
"experimental": {
|
|
"keepImportAssertions": true
|
|
},
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"@/*": ["*"]
|
|
},
|
|
"target": "es2022"
|
|
},
|
|
"minify": false,
|
|
"sourceMaps": "inline"
|
|
}
|