Skip to content

Commit c8fa39f

Browse files
Initial setup: Fix TypeScript build issues for consolidation work
Co-authored-by: chrisreddington <[email protected]>
1 parent 44649ec commit c8fa39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"skipLibCheck": true
1616
},
1717
"include": ["src/**/*"],
18-
"exclude": ["dist", "node_modules"]
18+
"exclude": ["dist", "node_modules", "**/*.test.ts", "**/*.test.tsx", "src/testing/**/*"]
1919
}

0 commit comments

Comments
 (0)