diff --git a/.eslintrc.js b/.eslintrc.js index 9c949524731d..43e0b79f6edb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,7 +15,13 @@ module.exports = { { files: ['*.ts', '*.tsx', '*.d.ts'], parserOptions: { - project: './tsconfig.json', + project: ['tsconfig.json'], + }, + }, + { + files: ['test/**/*.ts', 'test/**/*.tsx'], + parserOptions: { + project: ['tsconfig.test.json'], }, }, {