diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index ffe03eb..b452e22 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -1,6 +1,6 @@ { "exclude": ["node_modules"], - "include": ["src", "types", "test"], + "include": ["src", "types"], "compilerOptions": { "module": "ESNext", "lib": ["ESNext", "DOM"],