2
1
mirror of https://github.com/Thream/api.git synced 2024-07-12 15:50:11 +02:00
api/.swcrc
2022-03-20 11:49:27 +01:00

23 lines
382 B
Plaintext

{
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"target": "es2022",
"loose": true
},
"module": {
"type": "es6",
"strict": false,
"strictMode": true,
"lazy": false,
"noInterop": false
}
}