monorepo/apps/api/tsconfig.eslint.json

6 lines
157 B
JSON

{
"extends": "./tsconfig.json",
"include": ["./src", "./test", "./typings", "./scripts", "**.cjs", "**.ts","bin"],
"exclude": ["node_modules"]
}