hyper-tuner-cloud/tsconfig.json

33 lines
637 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"incremental": false,
"noUncheckedIndexedAccess": false
},
"include": [
"src"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}