Skip to content

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

tsconfig.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,25 @@
44
"noImplicitAny": false,
55
"module": "commonjs",
66
"target": "es6",
7-
"jsx": "react"
7+
"jsx": "react",
8+
"types": [
9+
"history",
10+
"isomorphic-fetch",
11+
"moment",
12+
"react",
13+
"react-dom",
14+
"react-router",
15+
"socket.io-client",
16+
"webaudioapi",
17+
"webrtc",
18+
"webspeechapi"
19+
]
820
},
921
"include": [
1022
"./src/**/*"
1123
],
1224
"exclude": [
13-
"node_modules",
14-
"!node_modules/@types"
25+
"node_modules"
1526
],
1627
"compileOnSave": false
1728
}

0 commit comments

Comments
 (0)