Skip to content

Commit 2e2d28f

Browse files
committed
Update tsconfig.build.json to exclude node_modules
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 6fc0d61 commit 2e2d28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig",
3-
"exclude": ["example", "lib", "deps"]
3+
"exclude": ["example", "lib", "node_modules", "deps"]
44
}

0 commit comments

Comments
 (0)