renovate/tsconfig.lint.json

5 lines
107 B
JSON
Raw Normal View History

{
"extends": "./tsconfig",
"include": [".eslintrc.js", "**/*.ts", "**/*.js", "**/*.mjs", "**/*.cjs"]
}