fix: esnodenext for swc

This commit is contained in:
Skillz
2023-03-01 18:46:00 -06:00
parent e87a277de5
commit b213c8bf75
10 changed files with 39 additions and 44 deletions
+2 -2
View File
@@ -9,12 +9,12 @@
"legacyDecorator": true,
"decoratorMetadata": true
},
"target": "ESNext",
"target": "es2022",
"keepClassNames": true,
"loose": true
},
"module": {
"type": "es6",
"type": "nodenext",
"strict": false,
"strictMode": true,
"lazy": false,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es2022",
"module": "es2022",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,