diff --git a/tsconfig.json b/tsconfig.json index 2d18ad1..099fcfe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -100,6 +100,6 @@ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, - "include": ["src", "tests"], + "include": ["src"], "exclude": ["node_modules", "dist"] }