Files
TorrentClient/packages/client/tsconfig.node.json
Peter Stockings 8bcf8a43fe Initial commit
2026-01-01 16:11:06 +11:00

12 lines
260 B
JSON

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