Skip to content

Commit 66f3998

Browse files
authored
chore(tsconfig): ignores build folder that contains type definitions (#4375)
1 parent 7ec38f3 commit 66f3998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"allowSyntheticDefaultImports": true,
2020
"skipLibCheck": true
2121
},
22-
"exclude": ["examples"]
22+
"exclude": ["examples", "es"]
2323
}

0 commit comments

Comments
 (0)