diff --git a/.eslintrc.json b/.eslintrc.json index 85bc2606e55..4cf9650bb59 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,7 +23,7 @@ "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", - "project": ["tsconfig.base.json"] + "project": ["**/tsconfig.json"] }, "plugins": [ "@typescript-eslint", diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000000..ffcbb9477ec --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "./tsconfig.base.json" +}