Skip to content

Commit

Permalink
fix: use dev version of typescript
Browse files Browse the repository at this point in the history
to prevent generating buggy triple-slashes directives
  • Loading branch information
Loïc Mangeonjean committed May 7, 2024
1 parent 54cfd9e commit acf9f07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"rollup-plugin-visualizer": "5.12.0",
"ts-node": "10.9.2",
"tslib": "^2.6.2",
"typescript": "5.4.5"
"typescript": "5.5.0-dev.20240507"
},
"browserslist": [
"defaults",
Expand All @@ -242,8 +242,8 @@
},
"overrides": {
"monaco-editor": "$monaco-editor",
"rollup": "4.17.2",
"typescript": "5.4.5",
"rollup": "$rollup",
"typescript": "$typescript",
"@typescript-eslint/eslint-plugin": "$@typescript-eslint/eslint-plugin"
}
}

0 comments on commit acf9f07

Please sign in to comment.