restructure, move to TS

This commit is contained in:
2024-01-08 20:37:18 +01:00
parent 125ab80766
commit 90653fa34e
9 changed files with 344 additions and 88 deletions

View File

@@ -29,6 +29,7 @@
"test": "npm exec -- karma start --log-level debug --single-run=true"
},
"devDependencies": {
"eslint": "^8.56.0",
"jscs": "^2.1.1",
"jshint": "^2.11.0",
"karma": "^6.4.2",
@@ -41,6 +42,6 @@
"qunit-assert-close": "^2.1.2",
"syn": "^0.14.1",
"terser": "^4.6.7",
"eslint": "^8.56.0"
"typescript": "^5.3.3"
}
}