We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68e1cca + 2478249 commit bf04783Copy full SHA for bf04783
1 file changed
src/typescript.js
@@ -40,6 +40,7 @@ exports.tsConfig = {
40
parser: "@typescript-eslint/parser",
41
parserOptions: {
42
project: ["./**/tsconfig.json", "!./**/node_modules/**/tsconfig.json"],
43
+ createDefaultProgram: true, // otherwise Eslint will error if a ts file is not covered by one of the tsconfig.json files
44
},
45
plugins: ["@typescript-eslint", "node", "import", "only-warn"],
46
extends: [
0 commit comments