Renamed js files to ts

This commit is contained in:
mrfry
2020-11-23 15:10:24 +01:00
parent 0bddef2b78
commit 7fcb15da88
54 changed files with 8521 additions and 60 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"scripts": {
"start": "tsc && node ./dist/server.js",
"dev": "tsc && NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./dist/server.js",
"build": "tsc"
"build": "clear && tsc"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",