Skip to content
Snippets Groups Projects
tsconfig.eslint.json 158 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "extends": "./tsconfig.json",
      "compilerOptions": {
        "allowJs": true
      },
      "include": ["."],
      "exclude": ["**/node_modules", "**/dist", "**/lib"]
    }