Files
BackupX/web/tsconfig.node.json
2026-03-17 13:29:09 +08:00

13 lines
264 B
JSON

{
"compilerOptions": {
"composite": true,
"target": "ES2020",
"lib": ["ES2020", "DOM"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,
"types": ["node"]
},
"include": ["vite.config.ts"]
}