Skip to content

Commit 4fcd8c7

Browse files
committed
restore exclude entry of tsconfig.build.json
1 parent 3dc282c commit 4fcd8c7

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
@@ -9,5 +9,5 @@
99
"sourceMap": true
1010
},
1111
"include": ["./src/**/*.ts"],
12-
"exclude": ["./src/**/*.test.ts", "./node_modules/**/*"]
12+
"exclude": ["./src/**/*.test.ts"]
1313
}

0 commit comments

Comments
 (0)