BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-04-14 10:36:24 +02:00
parent 703bfe7fe8
commit 0bb6bfbb37
7 changed files with 6885 additions and 14184 deletions

9
tsconfig.json Normal file
View File

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