Type checking configuration (#2291)

This commit is contained in:
CHaBou 2017-09-27 00:35:14 +02:00 committed by Timothy
parent 1f2419fe52
commit b41c0bf2cc

View file

@ -1,11 +1,8 @@
{
"compilerOptions": {
"checkJs": true
"checkJs": true,
"jsx": "react",
"target": "es6"
},
"exclude": [
"node_modules",
"**/node_modules/*",
"bin/*"
"dist/*"
]
"exclude": ["node_modules", "**/node_modules/*", "bin/*", "renderer/*"]
}