Skip to content

Commit 8a7ce47

Browse files
Added playground to excluded
1 parent d171ca6 commit 8a7ce47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/playground/configs/playground.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
"node"
3535
],
3636
"exclude": [
37+
"playground",
3738
"src/App.vue",
3839
"src/main.ts",
3940
"src/components/**/*.ts",
4041
"src/components/**/*.vue",
42+
"src/playground/**/*.ts",
4143
"src/stores/**/*.ts",
4244
"node_modules"
4345
],

0 commit comments

Comments
 (0)