mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"composite": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"preserveConstEnums": true,
|
|
"removeComments": false,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
]
|
|
}
|
|
}
|