diff --git a/tsconfig.json b/tsconfig.json index 6c339a074..2b4f96ad5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,5 @@ "resolveJsonModule": true, "forceConsistentCasingInFileNames": true }, - "include": ["src/**/*"] + "include": ["src/**/*", "tools/**/*"] }