diff --git a/tsconfig.json b/tsconfig.json index 5994349..1842359 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,6 @@ /* Type Checking */ "strict": true, "skipLibCheck": true - } + }, + "exclude": ["node_modules", "__tests__"] }