Skip to content

Commit 9135fd2

Browse files
committed
setup yarn with corepack
1 parent 5a9808f commit 9135fd2

File tree

3 files changed

+5100
-3392
lines changed

3 files changed

+5100
-3392
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"@types/jest": "^29.2.0",
5959
"@types/minimatch": "^5.1.2",
6060
"@types/node": "^18.11.2",
61+
"@types/ts-expose-internals": "npm:ts-expose-internals@4.9.4",
6162
"jest": "^29.7.0",
6263
"prettier": "^2.7.1",
6364
"rimraf": "^5.0.5",
6465
"standard-version": "^9.5.0",
65-
"@types/ts-expose-internals": "npm:ts-expose-internals@4.9.4",
6666
"ts-jest": "^29.1.2",
6767
"ts-node": "^10.9.1",
6868
"ts-patch": "^3.1.2",
@@ -73,5 +73,6 @@
7373
},
7474
"dependencies": {
7575
"minimatch": "^3.0.4"
76-
}
76+
},
77+
"packageManager": "yarn@4.4.0+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
7778
}

0 commit comments

Comments
 (0)