fix(core): update

This commit is contained in:
2023-09-12 13:42:55 +02:00
parent 1c0f5129a9
commit 9ca000cf06
4 changed files with 155 additions and 132 deletions

View File

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