mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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": {
|
||||
"checkJs": true
|
||||
"checkJs": true,
|
||||
"jsx": "react",
|
||||
"target": "es6"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/node_modules/*",
|
||||
"bin/*"
|
||||
"dist/*"
|
||||
]
|
||||
"exclude": ["node_modules", "**/node_modules/*", "bin/*", "renderer/*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue