Switch to TypeScript

This commit is contained in:
asraelite 2024-05-13 18:29:10 +02:00 committed by Markus Scully
parent 1648b7e3d0
commit bf71f55130
45 changed files with 754 additions and 159 deletions

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.6.2"
}
}