Skip to content

Commit

Permalink
chore: fix semver types
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Feb 12, 2024
1 parent 455c85e commit f4af8be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"allowSyntheticDefaultImports": true,
"lib": ["esnext"],
"sourceMap": true,
"typeRoots": ["./node_modules/typings"]
"typeRoots": ["./node_modules/typings"],
"paths": {
"semver": ["./node_modules/typings/semver/index.d.ts"]
}
}
}

0 comments on commit f4af8be

Please sign in to comment.