Skip to content

Commit be77fb0

Browse files
committed
Move to pnpm
1 parent 9ef0406 commit be77fb0

File tree

276 files changed

+1436
-17577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+1436
-17577
lines changed

.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
*.log
22
.DS_Store
3-
.yarn/*
43
dist
54
node_modules
65
package.tgz
7-
8-
!.yarn/cache
9-
!.yarn/patches
10-
!.yarn/plugins
11-
!.yarn/releases
12-
!.yarn/sdks
13-
!.yarn/versions

.npmignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
/.pnp.cjs
2-
/.pnp.loader.mjs
31
/.vscode
4-
/.yarn
5-
/.yarnrc.yml
62
/src
73
/test
84
/tsconfig.json

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ignore-workspace-root-check=true
2+
include-workspace-root=true
3+
# https://github.com/pnpm/pnpm/issues/6463
4+
resolution-mode=highest

.pnp.cjs

Lines changed: 0 additions & 13029 deletions
This file was deleted.

.pnp.loader.mjs

Lines changed: 0 additions & 285 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
{
2-
"search.exclude": {
3-
"**/.yarn": true,
4-
"**/.pnp.*": true
5-
},
6-
"typescript.tsdk": ".yarn/sdks/typescript/lib",
7-
"typescript.enablePromptUseWorkspaceTsdk": true
2+
"typescript.tsdk": "node_modules/typescript/lib"
83
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)