Fixed TS Build, still need it to package .wasm file

This commit is contained in:
Felix Kaspar
2023-12-29 00:10:25 +01:00
parent b2fdb7ec15
commit 0411a36b56
6 changed files with 325 additions and 8648 deletions

View File

@@ -16,8 +16,8 @@
"devDependencies": {
"concurrently": "^8.2.2"
},
"engines" : {
"npm" : ">=7.24.2"
"engines": {
"npm": ">=7.24.2"
},
"engineStrict" : true
"engineStrict": true
}