fix(core): update

This commit is contained in:
2023-09-11 18:43:10 +02:00
parent 1dc6315ac2
commit 110eddba08
9 changed files with 2398 additions and 1107 deletions

View File

@@ -5,6 +5,10 @@
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
}
"esModuleInterop": true,
"verbatimModuleSyntax": true
},
"exclude": [
"dist_*/**/*.d.ts"
]
}