mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-29 01:09:20 +00:00
🐛 fix types + swcrc configs
This commit is contained in:
+3
-17
@@ -4,23 +4,9 @@
|
||||
},
|
||||
"jsc": {
|
||||
"parser": {
|
||||
"syntax": "ecmascript",
|
||||
"jsx": false,
|
||||
"dynamicImport": false,
|
||||
"privateMethod": false,
|
||||
"functionBind": false,
|
||||
"exportDefaultFrom": false,
|
||||
"exportNamespaceFrom": false,
|
||||
"decorators": false,
|
||||
"decoratorsBeforeExport": false,
|
||||
"topLevelAwait": false,
|
||||
"importMeta": false
|
||||
"syntax": "typescript",
|
||||
"decorators": true
|
||||
},
|
||||
"transform": null,
|
||||
"target": "es2021",
|
||||
"loose": false,
|
||||
"externalHelpers": false,
|
||||
// Requires v1.2.50 or upper and requires target to be es2016 or upper.
|
||||
"keepClassNames": false
|
||||
"target": "es2021"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
BIN
Binary file not shown.
Reference in New Issue
Block a user