Files
sawyerhood__dev-browser/daemon/tsconfig.json
2026-03-19 13:21:51 -07:00

16 lines
341 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"rootDir": "src",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noUncheckedIndexedAccess": true
},
"include": ["src"]
}