diff --git a/index.js b/index.js index a82d8d0..47db3af 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ module.exports = { }, }, { - files: ['*.ts'], + files: ['*.ts', '*.tsx'], parserOptions: { project: './tsconfig.json', },