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 @angular/* package(s) are relevant/related to the feature request?
No response
Description
In my NX Angular project I add entry points in webpack. Depending on some conditions I add certain env.ts files to the project. I have hundreds of different env.x.ts files for our many different environments. So depending on the chosen build many of these env.ts files won't be entry points for the application. However to compile these I need to set "include": ["/*.d.ts", "/env**.ts"] in tsconfig.app.json . This means the env.x.ts files I will be using get compiled but the ones i'm not using are output as warnings.
Proposed solution
Add a flag that can be set to turn off the following warning , "Add only entry points to the 'files' or 'include' properties in your tsconfig."
Alternatives considered
no alternatives to consider.
The text was updated successfully, but these errors were encountered:
Which @angular/* package(s) are relevant/related to the feature request?
No response
Description
In my NX Angular project I add entry points in webpack. Depending on some conditions I add certain env.ts files to the project. I have hundreds of different env.x.ts files for our many different environments. So depending on the chosen build many of these env.ts files won't be entry points for the application. However to compile these I need to set "include": ["/*.d.ts", "/env**.ts"] in tsconfig.app.json . This means the env.x.ts files I will be using get compiled but the ones i'm not using are output as warnings.
Proposed solution
Add a flag that can be set to turn off the following warning , "Add only entry points to the 'files' or 'include' properties in your tsconfig."
Alternatives considered
no alternatives to consider.
The text was updated successfully, but these errors were encountered: