Files
AstrBot/dashboard/tsconfig.eslint.json
2026-03-18 20:12:22 +08:00

27 lines
408 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"composite": false,
"skipLibCheck": true
},
"include": [
"src/**/*",
"src/**/*.vue",
"tests/**/*",
"scripts/**/*",
"env.d.ts",
"*.ts",
"*.tsx",
"*.mts",
"*.cts"
],
"exclude": [
"node_modules",
"dist",
"build",
"dashboard/dist",
"dashboard/node_modules"
]
}