diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json deleted file mode 100644 index dca6f21..0000000 --- a/tsconfig.eslint.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "rootDir": "." - }, - "include": ["src/**/*.ts", "__tests__/**/*.ts", "*.ts"], - "exclude": ["node_modules", "lib", "dist"] -}