BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-08-07 16:37:19 +02:00
parent 8eafd81c9f
commit bf6d9ad777
10 changed files with 7783 additions and 18341 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
}
}