nodes/app/tsconfig.node.json

10 lines
171 B
JSON
Raw Normal View History

2024-03-06 14:01:07 +01:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}