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