Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fc6f48

Browse files
committed
chore: simplify tsconfig
1 parent 5f821c9 commit 6fc6f48

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@
1919
"declaration": true
2020
},
2121
"include": [
22-
"src/**/*",
23-
"playground/**/*",
24-
"docs/**/*",
22+
"src",
23+
"playground",
24+
"docs",
2525
"docs/.vitepress/**/*"
2626
],
2727
"exclude": [
28-
"node_modules",
29-
"dist",
3028
"docs/snippets",
3129
"docs/.vitepress/theme"
3230
]

0 commit comments

Comments
 (0)