Skip to content

Commit ebc9d7d

Browse files
committed
Changes to tsconfig excludes.
1 parent 28044e1 commit ebc9d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"exclude": [
2323
"node_modules",
24+
"src/playground/snippets",
2425
"dist",
25-
"src/compiler/_archive",
26-
"src/playground"
26+
"src/compiler/_archive"
2727
]
2828
}

0 commit comments

Comments
 (0)