typos and split stuff

main
Olivier Gagnon 2 years ago
parent 5f91675b81
commit 875dd9d72c

@ -6,7 +6,7 @@
"quiet": false,
"dry": false,
"definitionFile": {
"update": false,
"location": "NetScriptDefinitions.d.ts"
"update": true,
"location": "NetscriptDefinitions.d.ts"
}
}

@ -2,7 +2,8 @@
"name": "bitburner-typescript-template",
"version": "1.0.0",
"scripts": {
"watch": "(npx bitburner-filesync &) && npx tsc -w"
"transpile": "npx tsc -w",
"watch": "npx bitburner-filesync"
},
"author": "hydroflame, Hoekstraa, based on work by SlyCedix",
"devDependencies": {

Loading…
Cancel
Save