Skip to content

Commit fe0efcc

Browse files
committed
build: ignore ts config files
1 parent 0efbb04 commit fe0efcc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.forceignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ package.xml
66
**/.eslintrc.json
77

88
# LWC Jest
9-
**/__tests__/**
9+
**/__tests__/**
10+
11+
# TS configuration files
12+
**/tsconfig.json
13+
**/*.ts

0 commit comments

Comments
 (0)