BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-06-26 10:35:35 +02:00
parent d5d6d7bf79
commit 964666902f
14 changed files with 4602 additions and 18462 deletions

View File

@ -18,7 +18,8 @@
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web && tsbundle npm)",
"format": "(gitzone format)"
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
@ -48,5 +49,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
}
],
"type": "module"
}