Files
yaak/apps/yaak-client/tsconfig.node.json
2026-05-07 15:50:10 -07:00

12 lines
251 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true
},
"include": ["vite.config.ts"]
}