Skip to content

Commit cdc4e88

Browse files
committed
Ignore test files in build schema
1 parent 08cdfb0 commit cdc4e88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.build-schema.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"noEmit": false,
88
"allowJs": true,
99
"checkJs": false,
10-
}
10+
},
11+
"exclude": [
12+
"src/test/**/*",
13+
]
1114
}

0 commit comments

Comments
 (0)