Skip to content

Commit cc4a7f8

Browse files
committed
fix: root tsconfig implicity inlcuded all project files
1 parent 2dc35e3 commit cc4a7f8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
{
77
"path": "./packages/vscode_simple_ext"
88
}
9-
]
9+
],
10+
"files": [],
11+
"include": [],
12+
"exclude": []
1013
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2731,7 +2731,7 @@
27312731
optionalDependencies:
27322732
vue-loader-v16 "npm:vue-loader@^16.1.0"
27332733

2734-
"@vue/cli-shared-utils@^4.5.11", "@vue/cli-shared-utils@^4.5.9":
2734+
"@vue/cli-shared-utils@^4.5.11":
27352735
version "4.5.11"
27362736
resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.11.tgz#fff71673ee9128f998c691515b9d327071b4f41e"
27372737
integrity sha512-+aaQ+ThQG3+WMexfSWNl0y6f43edqVqRNbguE53F3TIH81I7saS5S750ayqXhZs2r6STJJyqorQnKtAWfHo29A==

0 commit comments

Comments
 (0)