erp-platform/ui/tsconfig.eslint.json

12 lines
246 B
JSON
Raw Permalink Normal View History

2025-05-06 06:45:49 +00:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
// ensure that nobody can accidentally use this config for a build
"noEmit": true
},
"include": [
"src",
"vite.config.ts"
],
"exclude": ["node_modules", "**/dist"]
}