diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json deleted file mode 100644 index 29c40af..0000000 --- a/tsconfig.eslint.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "extends": "./tsconfig.json", - "exclude": [ - "build", - "packages/*/build" - ], - "compilerOptions": { - "allowJs": true, - "checkJs": true - } -}