File: tsconfig.eslint.json

package info (click to toggle)
node-cosmiconfig 7.1.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 376 kB
  • sloc: makefile: 6
file content (5 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
{
  // extend your base config so you don't have to redefine your compilerOptions
  "extends": "./tsconfig.json",
  "include": ["**/*.ts", "**/*.js", ".eslintrc.js"]
}