add commands for build with swc

This commit is contained in:
syuilo
2023-01-19 16:57:37 +09:00
parent 02b6595d76
commit b8afabde2c
3 changed files with 704 additions and 22 deletions

View File

@@ -9,7 +9,17 @@
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
}
},
"experimental": {
"keepImportAssertions": true
},
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
"target": "es2021"
},
"minify": false
}