Skip to content

Commit 879cb4f

Browse files
committed
build: strip internal
1 parent 50ca55a commit 879cb4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"rootDir": "./src",
5-
"noEmit": false
5+
"noEmit": false,
6+
"stripInternal": true
67
},
78
"exclude": [
89
"./tests/**/*"

0 commit comments

Comments
 (0)