We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8723fb commit 307e19fCopy full SHA for 307e19f
index.js
@@ -333,7 +333,7 @@ async function init() {
333
// Check all the remaining `.js` files:
334
// - If the corresponding TypeScript version already exists, remove the `.js` version.
335
// - Otherwise, rename the `.js` file to `.ts`
336
- // Remove `jsconfig.json`, because we already hav tsconfig.json
+ // Remove `jsconfig.json`, because we already have tsconfig.json
337
// `jsconfig.json` is not reused, because we use solution-style `tsconfig`s, which are much more complicated.
338
preOrderDirectoryTraverse(
339
root,
0 commit comments