fix(core): update

This commit is contained in:
2023-08-21 08:53:14 +02:00
parent b6519fed73
commit c2e6bac6a7
9 changed files with 2521 additions and 962 deletions

View File

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