wewe-rss / apps /web /tsconfig.node.json
div-wang's picture
上传文件
95d29a5 verified
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}