fix(core): update

This commit is contained in:
2023-07-20 22:54:07 +02:00
parent 2266ee0c73
commit ac11045812
8 changed files with 1476 additions and 1262 deletions

View File

@@ -1,8 +1,11 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
"moduleResolution": "nodenext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
}
}