BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-14 14:29:23 +01:00
parent 0139634902
commit f792bd1907
9 changed files with 4021 additions and 12328 deletions

5
tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"compilerOptions": {
"moduleResolution": "node12"
}
}