Files
doze-translation/tsconfig.node.json
王一嘉 0e6011727b update
2025-07-28 14:24:52 +08:00

11 lines
213 B
JSON

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