Template tsconfig overridden by create-astro typescript strict/stricter #4297
Labels
- P4: important
Violate documented behavior or significantly impacts performance (priority)
pkg: create-astro
Related to the `create-astro` package (scope)
What version of
astro
are you using?1.0.4
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm
What operating system are you using?
Mac
Describe the Bug
Issue description
When choosing the strict or stricter typescript setup option in
astro-create
it overrides the default tsconfig.json.In my specific case, it overrode the default solid options. These are required for a working typescript-solid configuration.
Possible solutions
In my opinion, there are two possible solutions:
compilerOptions
of the template and the tsconfig.[strict|stricter].json/** @jsxImportSource solid-js */
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-4hojby?file=tsconfig.json&view=editor
Participation
The text was updated successfully, but these errors were encountered: