Skip to content

Commit

Permalink
fix: ts setup in init
Browse files Browse the repository at this point in the history
  • Loading branch information
jbroma committed Mar 15, 2024
1 parent 141d142 commit d63045e
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 d63045e

Please sign in to comment.