fix(core): update

This commit is contained in:
2023-09-04 16:31:56 +02:00
parent 969cd12725
commit 1c7c1c2432
3 changed files with 11 additions and 4 deletions

View File

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