We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec6010 commit d3e5af5Copy full SHA for d3e5af5
1 file changed
src/typescript.js
@@ -38,6 +38,9 @@ exports.tsConfig = {
38
// TypeScript files
39
files: ["**/*.ts", "**/*.tsx"],
40
parser: "@typescript-eslint/parser",
41
+ parserOptions: {
42
+ project: ["./**/tsconfig.json", "!./**/node_modules/**/tsconfig.json"],
43
+ },
44
plugins: ["@typescript-eslint", "node", "import", "only-warn"],
45
extends: [
46
"eslint:recommended",
0 commit comments