EvalueTonSavoir/client/tsconfig.node.json

12 lines
260 B
JSON
Raw Permalink Normal View History

2024-03-29 20:08:34 -04:00
//tsconfig.node.json
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}