diff --git a/tsconfig.json b/tsconfig.json index faf212ad..1641b4e5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,6 @@ "forceConsistentCasingInFileNames": true }, "references": [{ "path": "./test/tsconfig.json" }], - "include": ["src", "*.d.ts"] + "include": ["src", "*.d.ts", "**/*.json"], + "exclude": ["**/*.test.ts", "**/*.test.tsx"] }