Skip to content

Commit

Permalink
Update packages/astro/src/core/add/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
  • Loading branch information
Princesseuh and matthewp authored Oct 3, 2022
1 parent f48be94 commit b7760e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ async function updateTSConfig(

let baseConfig = {};
if (!inputConfig || inputConfig.reason === 'not-found') {
debug('add', `Couldn't find ts/jsconfig.json, generating one`);
debug('add', `Couldn't find tsconfig.json or jsconfig.json, generating one`);
baseConfig = { extends: 'astro/tsconfigs/base' };
}

Expand Down

0 comments on commit b7760e8

Please sign in to comment.