enprogreso/tsconfig.node.json

10 lines
171 B
JSON
Raw Normal View History

2023-04-30 20:39:57 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}