diff options
Diffstat (limited to 'tsconfig.eslint.json')
-rw-r--r-- | tsconfig.eslint.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index c407a2e..4e7b5c0 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -3,6 +3,5 @@ "compilerOptions": { "allowJs": true, "checkJs": true - }, - "include": ["./**/*"] + } } |