Files
sankofa-hw-infra/apps/web/tsconfig.node.json

11 lines
191 B
JSON
Raw Permalink Normal View History

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