You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which scope/s are relevant/related to the feature request?
astro-angular
Information
I am using nx workspace together with @nxtensions/astro to generate an astro application into apps directory.
When using astro with @analogjs/astro-angular it requires a tsconfig.app.json at the root location. As this tsconfig is only required by astro-angular, it would be nice to change the location to the apps directory e.g. apps/website/tsconfig.app.ts.
@analogjs/vite-plugin-angular can be configured with PluginOptions which already allows to specify the tsconfig file.
Cloud @analogjs/astro-angular provide the PluginOptions passing them to @analogjs/vite-plugin-angular for configuration?
Describe any alternatives/workarounds you're currently using
Currently the tsconfig.app.json is required in the root directory.
One option is to keep the configuration in the astro project by creating the tsconfig.app.json in root pointing to a tsconfig.app.json in the astro project.
{
"extends": "./apps/website/tsconfig.app.json"
}
I would be willing to submit a PR to fix this issue
Yes
No
The text was updated successfully, but these errors were encountered:
Which scope/s are relevant/related to the feature request?
astro-angular
Information
I am using nx workspace together with @nxtensions/astro to generate an astro application into
apps
directory.When using astro with
@analogjs/astro-angular
it requires atsconfig.app.json
at the root location. As this tsconfig is only required by astro-angular, it would be nice to change the location to the apps directory e.g.apps/website/tsconfig.app.ts
.@analogjs/vite-plugin-angular
can be configured withPluginOptions
which already allows to specify thetsconfig
file.Cloud
@analogjs/astro-angular
provide thePluginOptions
passing them to@analogjs/vite-plugin-angular
for configuration?Describe any alternatives/workarounds you're currently using
Currently the
tsconfig.app.json
is required in the root directory.One option is to keep the configuration in the astro project by creating the
tsconfig.app.json
in root pointing to atsconfig.app.json
in the astro project.I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: