mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
22 lines
449 B
JSON
22 lines
449 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": [
|
|
"./**/*"
|
|
]
|
|
}
|