This commit is contained in:
2021-08-29 20:18:54 +09:00
parent 67c75578e5
commit a823fafc09
3 changed files with 7 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "ts-node-dev --respawn --transpileOnly ./src/index.ts",
"start": "ts-node-dev --poll --respawn --transpile-only ./src/index.ts",
"build": "tsc --resolveJsonModule",
"test": "ts-node-dev src/test.ts",
"lint": "tslint -c tslint.json -p tsconfig.json"