Revert "perf: build backend with swc (#9463)"

This reverts commit 4579d02296.
This commit is contained in:
syuilo
2023-01-13 09:32:56 +09:00
parent e00003edff
commit 74910f8d70
4 changed files with 44 additions and 939 deletions

View File

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