Add TypeScript checks, fix a few issues

This commit is contained in:
Ingvar Stepanyan
2021-07-14 15:29:17 +00:00
parent ce0372e179
commit 37017f6c3f
7 changed files with 367 additions and 287 deletions

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"devDependencies": {
"@types/emscripten": "^1.39.5",
"preact": "^10.5.14"
}
}