diff --git a/.eslintrc b/.eslintrc index a9a72b68..b41d87f5 100644 --- a/.eslintrc +++ b/.eslintrc @@ -7,7 +7,7 @@ ], "parserOptions": { "project": [ - "./tsconfig.doc.json" + "./tsconfig.eslint.json" ] }, "extends": [ diff --git a/tsconfig.doc.json b/tsconfig.doc.json index 94b7edaa..cb013a9b 100644 --- a/tsconfig.doc.json +++ b/tsconfig.doc.json @@ -1,5 +1,5 @@ { "extends": "./tsconfig.json", - "include": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.ts", "src/index.doc.ts"], + "include": ["src/**/*.ts", "src/index.doc.ts"], "exclude": [] } diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json new file mode 100644 index 00000000..94b7edaa --- /dev/null +++ b/tsconfig.eslint.json @@ -0,0 +1,5 @@ +{ + "extends": "./tsconfig.json", + "include": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.ts", "src/index.doc.ts"], + "exclude": [] +}