karusic/front2/tsconfig.node.json

11 lines
214 B
JSON
Raw Normal View History

2024-08-25 12:51:14 +02:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.mts"]
}