Skip to content

Commit 3989c1d

Browse files
committed
minor fixes#
1 parent 68cced6 commit 3989c1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"build": "tsc",
7+
"build": "yarn run tsc",
88
"start": "node build/app.js",
9-
"dev": "tsc-watch --onSuccess \"node build/app.js server --port=3050\""
9+
"dev": "yarn run tsc-watch --onSuccess \"node build/app.js server --port=3050\""
1010
},
1111
"author": "",
1212
"license": "ISC",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"sourceMap": true,
88
"strictNullChecks": true,
99
"allowSyntheticDefaultImports": true,
10+
"typeRoots": ["node_modules/@types"],
1011
"rootDir": "src"
1112
},
1213
"include": [

0 commit comments

Comments
 (0)