BREANKING CHANGE(core): switch to esm

This commit is contained in:
2022-04-04 14:15:51 +02:00
parent abe1299203
commit 14e823fbfd
8 changed files with 14767 additions and 8767 deletions

9
tsconfig.json Normal file
View File

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