fix(core): update

This commit is contained in:
2023-08-21 08:29:27 +02:00
parent 4e88c65901
commit 52ca7c298b
21 changed files with 2621 additions and 1097 deletions

View File

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