tree-e2e-1770175251/apps/web/tsconfig.node.json
jordan 083fe55654
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is running
Add app-react component: web
2026-02-04 03:20:57 +00:00

12 lines
233 B
JSON

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