mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 04:48:40 -09:00
Type checking configuration (#2291)
This commit is contained in:
parent
1f2419fe52
commit
b41c0bf2cc
1 changed files with 4 additions and 7 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"checkJs": true
|
"checkJs": true,
|
||||||
|
"jsx": "react",
|
||||||
|
"target": "es6"
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": ["node_modules", "**/node_modules/*", "bin/*", "renderer/*"]
|
||||||
"node_modules",
|
|
||||||
"**/node_modules/*",
|
|
||||||
"bin/*"
|
|
||||||
"dist/*"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue