Q-Apps-Utils/tsconfig.node.json

10 lines
178 B
JSON
Raw Permalink Normal View History

2023-10-11 22:41:55 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}