Q-Apps-Utils/tsconfig.node.json
2023-10-11 16:41:55 -06:00

10 lines
178 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}