Skip to content

Commit cfe7b5b

Browse files
committed
Skip type checking for scripts
1 parent af20b70 commit cfe7b5b

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@yarnpkg/cli": "^4.14.1",
2525
"@yarnpkg/core": "^4.7.0",
2626
"@yarnpkg/fslib": "^3.1.5",
27+
"@yarnpkg/libzip": "^3.2.2",
2728
"@yarnpkg/parsers": "^3.0.3",
2829
"@yarnpkg/plugin-git": "^3.2.0",
2930
"@yarnpkg/plugin-version": "^4.2.0",

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"include": ["scripts/*.mts"],
2+
// There's some weird typescript issue with
3+
// @yarnpkg/plugin-git / @yarnpkg/libzip
4+
// "include": ["scripts/*.mts"],
5+
"include": [],
36
"compilerOptions": {
47
"noEmit": true
58
},

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11417,6 +11417,7 @@ __metadata:
1141711417
"@yarnpkg/cli": "npm:^4.14.1"
1141811418
"@yarnpkg/core": "npm:^4.7.0"
1141911419
"@yarnpkg/fslib": "npm:^3.1.5"
11420+
"@yarnpkg/libzip": "npm:^3.2.2"
1142011421
"@yarnpkg/parsers": "npm:^3.0.3"
1142111422
"@yarnpkg/plugin-git": "npm:^3.2.0"
1142211423
"@yarnpkg/plugin-version": "npm:^4.2.0"

0 commit comments

Comments
 (0)