diff --git a/tsconfig.build.json b/tsconfig.build.json index 2a21c289..a1e5c4b3 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,8 @@ { "extends": "./tsconfig", - "exclude": ["example"] + "compilerOptions": { + "rootDir": "src" + }, + "include": ["src"], + "exclude": ["example", "src/__tests__", "src/__fixtures__", "src/__mocks__"] }