BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-07-16 17:45:10 +02:00
parent 5887eefbca
commit 4f8107221b
16 changed files with 3971 additions and 19946 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
}
}