mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
8 lines
146 B
JSON
8 lines
146 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"jsx": "react",
|
||
|
|
"target": "es6"
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules", "**/node_modules/*", "bin/*", "renderer/*"]
|
||
|
|
}
|