We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cced6 commit 3989c1dCopy full SHA for 3989c1d
package.json
@@ -4,9 +4,9 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "build": "tsc",
+ "build": "yarn run tsc",
8
"start": "node build/app.js",
9
- "dev": "tsc-watch --onSuccess \"node build/app.js server --port=3050\""
+ "dev": "yarn run tsc-watch --onSuccess \"node build/app.js server --port=3050\""
10
},
11
"author": "",
12
"license": "ISC",
tsconfig.json
@@ -7,6 +7,7 @@
"sourceMap": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
+ "typeRoots": ["node_modules/@types"],
"rootDir": "src"
13
"include": [
0 commit comments