BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-24 23:11:53 +01:00
parent b52bb4b474
commit 8b2f541150
10 changed files with 5990 additions and 15254 deletions

9
tsconfig.json Normal file
View File

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