Skip to content

Commit 310b2c5

Browse files
committed
Don't compile jest config in build mode
1 parent 936245f commit 310b2c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": [
4-
"jest.config.js",
5-
"lib/src/vendor/dart-sass/**",
4+
"jest.config.ts",
65
"**/*.test.ts"
76
]
87
}

0 commit comments

Comments
 (0)