secsan/tsconfig.node.json
Ashhhleyyy b2d88bd1c2
All checks were successful
continuous-integration/drone/push Build is passing
chore: format with prettier
2022-11-10 14:58:38 +00:00

9 lines
206 B
JSON

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