Files
TheGrapefruitsDuo/client/tsconfig.node.json
Lucas Jensen 5d67c0c2b2 initial commit
2024-05-01 09:19:01 -07:00

11 lines
213 B
JSON

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