work-hub-server/apps/api/tsconfig.eslint.json

6 lines
114 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*", "test/**/*"],
"exclude": ["node_modules", "dist"]
}