Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f1567a3

Browse files
authored
build: use stripInternal for tsc build (#166)
Prevents `@internal` types from being included in final artifacts
1 parent 565a48c commit f1567a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"declaration": true,
77
"declarationMap": true,
88
"sourceMap": true,
9+
"stripInternal": true,
910
"strict": true,
1011
"noImplicitAny": true,
1112
"strictNullChecks": true,

0 commit comments

Comments
 (0)