mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benjamin Staneck <staneck@gmail.com>
25 lines
498 B
JSON
25 lines
498 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": "es2018",
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
]
|
|
}
|
|
}
|