NapCatQQ/napcat.webui/tsconfig.node.json
2024-11-15 23:39:19 +08:00

12 lines
273 B
JSON

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