BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-07-28 22:07:52 +02:00
parent b02ee5e9f4
commit 8956f4be89
12 changed files with 7187 additions and 18103 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
}
}