EvalueTonSavoir/client/tsconfig.node.json

12 lines
260 B
JSON
Raw Normal View History

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