garf/tsconfig.node.json

11 lines
191 B
JSON
Raw Permalink Normal View History

2024-03-18 18:46:25 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true
},
"include": ["vite.config.ts"]
}