fix(core): update

This commit is contained in:
2023-08-26 14:52:12 +02:00
parent cd5d50369e
commit f96024380a
12 changed files with 2090 additions and 774 deletions

View File

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