bilibili-qr-login / tsconfig.node.json
神代綺凛
feat: huggingface
b272e20
raw
history blame contribute delete
No virus
231 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "server/**/*.ts"]
}