Skip to content

Commit

Permalink
chore: add utils to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimzinchuk committed Dec 14, 2023
1 parent fb761ab commit c55ca31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion framework/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

"shared/**/*.vue",
"shared/**/*.ts",
"shared/**/*.json"
"shared/**/*.json",

"utils/*.ts",
],
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4754,17 +4754,17 @@ __metadata:
languageName: unknown
linkType: soft

"@vcmp-vendor-portal/api@^1.0.133, @vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client":
"@vcmp-vendor-portal/api@^1.0.134, @vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client":
version: 0.0.0-use.local
resolution: "@vcmp-vendor-portal/api@workspace:apps/vendor-portal/src/api_client"
languageName: unknown
linkType: soft

"@vcmp-vendor-portal/modules@^1.0.133, @vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules":
"@vcmp-vendor-portal/modules@^1.0.134, @vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules":
version: 0.0.0-use.local
resolution: "@vcmp-vendor-portal/modules@workspace:apps/vendor-portal/src/modules"
peerDependencies:
"@vcmp-vendor-portal/api": ^1.0.133
"@vcmp-vendor-portal/api": ^1.0.134
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5462,8 +5462,8 @@ __metadata:
"@vc-shell/framework": ^1.0.128
"@vc-shell/release-config": ^1.0.128
"@vc-shell/ts-config": ^1.0.128
"@vcmp-vendor-portal/api": ^1.0.133
"@vcmp-vendor-portal/modules": ^1.0.133
"@vcmp-vendor-portal/api": ^1.0.134
"@vcmp-vendor-portal/modules": ^1.0.134
"@vitejs/plugin-vue": ^4.2.3
"@vue/eslint-config-prettier": ^7.1.0
"@vue/eslint-config-typescript": ^11.0.3
Expand Down

0 comments on commit c55ca31

Please sign in to comment.