nix-evaluator-stats/tsconfig.json
NotAShelf 3bedc467fd
initial commit
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I16fd771478019a1b8e716ca4bb9e63b86a6a6964
2026-01-22 23:01:36 +03:00

16 lines
374 B
JSON

{
"include": ["src/**/*"],
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"strict": true,
"skipLibCheck": true,
"isolatedModules": true
}
}