Skip to content

Commit 65047b3

Browse files
authored
build(typecheck): exclude dist directory [AR-44043] (drivenets#86)
1 parent a9e1c3e commit 65047b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
// Linting
2525
"erasableSyntaxOnly": true,
2626
"checkJs": true
27-
}
27+
},
28+
"exclude": ["**/dist"]
2829
}

0 commit comments

Comments
 (0)