diff --git a/tsconfig.json b/tsconfig.json index 2b76a9ce..f438bfc2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,5 @@ "@react-three/xr": ["./src"] } }, - "include": ["src/**/*"], - "exclude": ["src/**/*.test.*", "src/mocks/**"] + "include": ["src/**/*"] }