Skip to content

Commit b3842af

Browse files
committed
chore: configure tsconfig.json
1 parent 2ee068c commit b3842af

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-preview-docs",
3-
"version": "0.1.5",
3+
"version": "0.1.7",
44
"displayName": "Preview Docs",
55
"packageManager": "pnpm@8.15.9",
66
"description": "Preview language and framework documentations within your IDE ✨.",

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"exclude": [
2020
"node_modules",
2121
".vscode-test",
22-
"src/ui/src",
23-
"src/ui/build",
22+
"ui",
2423
"taze.config.ts",
2524
"tsdown.config.ts",
2625
"rolldown.config.js",

0 commit comments

Comments
 (0)