erp-platform/ui/tsconfig.eslint.json
Sedat ÖZTÜRK e1a9562b22 init project
2025-05-06 09:45:49 +03:00

12 lines
No EOL
246 B
JSON

{
"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"]
}