Skip to content

Commit 8e6299f

Browse files
committed
fix: enable tsPreCompilationDeps
1 parent 18e8270 commit 8e6299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dependency-cruiser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ module.exports = {
251251
true: also detect dependencies that only exist before typescript-to-javascript compilation
252252
"specify": for each dependency identify whether it only exists before compilation or also after
253253
*/
254-
// tsPreCompilationDeps: true,
254+
tsPreCompilationDeps: true,
255255

256256
/* list of extensions (typically non-parseable) to scan. Empty by default. */
257257
// extraExtensionsToScan: [".json", ".jpg", ".png", ".svg", ".webp"],

0 commit comments

Comments
 (0)