Skip to content

Commit 4779bff

Browse files
committed
fix: ci
1 parent 896ea3a commit 4779bff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"node": ">=18",
7777
"pnpm": "=9.4.0"
7878
},
79+
"packageManager": "[email protected]",
7980
"nextBundleAnalysis": {
8081
"budget": 358400,
8182
"budgetPercentIncreaseRed": 20,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"include": [
2626
"next-env.d.ts",
27-
"**/*.ts",
27+
"**/**/*.ts",
2828
"**/*.tsx",
2929
".next/types/**/*.ts",
3030
"commitlint.config.mjs",

0 commit comments

Comments
 (0)