Skip to content

Commit 6eb4356

Browse files
authored
chore: disable Yarn trying to patch TypeScript (#1104)
1 parent 2a92d0a commit 6eb4356

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
.vs/
1212
.watchman-*
1313
.yarn/*
14+
!.yarn/plugins/
1415
!.yarn/releases/
1516
Pods/
1617
android/**/build/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
name: "@yarnpkg/plugin-compat",
3+
factory: () => ({}),
4+
};

0 commit comments

Comments
 (0)