BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-06-25 03:19:16 +02:00
parent d33f943fc6
commit 5f1bc8dc29
17 changed files with 11191 additions and 1041 deletions

9
tsconfig.json Normal file
View File

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