Skip to content

Commit

Permalink
fix: ts setup in init (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma authored Mar 16, 2024
1 parent 141d142 commit 9cb8fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/init/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"strict": true,
"paths": {
"detect-package-manager": [
"../../node_modules/detect-package-manager/dist/index.d.ts"
"./node_modules/detect-package-manager/dist/index.d.ts"
]
}
},
Expand Down

0 comments on commit 9cb8fd7

Please sign in to comment.