Files
runablehq__mini-browser/tsconfig.json
cloudycotton 68e8a005fb Initial commit
2026-02-14 16:40:27 +05:30

17 lines
411 B
JSON

{
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"target": "ESNext",
"module": "Preserve",
"moduleDetection": "force",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true
}
}