Skip to content

Commit b41c0bf

Browse files
chaboucodetheory
authored andcommitted
Type checking configuration (vercel#2291)
1 parent 1f2419f commit b41c0bf

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

jsconfig.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"compilerOptions": {
3-
"checkJs": true
3+
"checkJs": true,
4+
"jsx": "react",
5+
"target": "es6"
46
},
5-
"exclude": [
6-
"node_modules",
7-
"**/node_modules/*",
8-
"bin/*"
9-
"dist/*"
10-
]
7+
"exclude": ["node_modules", "**/node_modules/*", "bin/*", "renderer/*"]
118
}

0 commit comments

Comments
 (0)