wewe-rss / apps /web /tsconfig.node.json
MotleyPop's picture
Upload 96 files
b61a108 verified
raw
history blame contribute delete
233 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}