diff --git a/tsconfig.json b/tsconfig.json index 6f8cbaa..af53fdc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,5 +29,6 @@ "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false - } + }, + "exclude": ["example-dir"] }