mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
22 lines
439 B
JSON
22 lines
439 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"composite": true,
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"lib": [
|
|
"dom",
|
|
"es2017"
|
|
],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"preserveConstEnums": true,
|
|
"removeComments": false,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es6"
|
|
}
|
|
}
|