mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
24 lines
524 B
JSON
24 lines
524 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"checkJs": false,
|
||
|
|
"downlevelIteration": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"jsx": "react",
|
||
|
|
"lib": ["dom", "es2017"],
|
||
|
|
"module": "esnext",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"noEmit": true,
|
||
|
|
"preserveConstEnums": true,
|
||
|
|
"removeComments": false,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"sourceMap": true,
|
||
|
|
"strict": true,
|
||
|
|
"target": "es6"
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"./lib/"
|
||
|
|
],
|
||
|
|
"exclude": ["node_modules", "**/node_modules/*", "bin/*", "renderer/*"]
|
||
|
|
}
|