4b2c5fa15d
- Expand .gitignore with editor state, secrets, logs, and archive patterns - Remove AdminCategoriesViewV2.vue (replaced, no remaining references) - Exclude accidental AdminContentView duplicate from tsconfig Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
449 B
JSON
16 lines
449 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
"types": ["vite/client"],
|
|
|
|
/* Linting */
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"erasableSyntaxOnly": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
|
|
"exclude": ["src/views/admin/AdminContentView 2.vue"]
|
|
}
|