Skip to content

Commit d23509b

Browse files
committed
Exclude stray dist folders and website from tsconfig
1 parent b275a32 commit d23509b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"checkJs": true,
99
"rootDir": "."
1010
},
11-
"include": ["."]
11+
"include": ["."],
12+
"exclude": ["dist*", "examples", "website"]
1213
}

0 commit comments

Comments
 (0)