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
Even though this works for the typescript-generator - it does not work if I have a different tslint flavor than dojo. But it would also be a solution if the auto-generated **/*.css.d.ts are excluded via /* tslint:disable */ ...
If I add a section like
{ ... "linterOptions": { "exclude": [ "**/generated/product-rest.ts", "**/*.css.d.ts" ] } }
the given typescript files will be still be processed by the dojo build.
If I use this tslint.json when I run tslint from the command line this works.
The text was updated successfully, but these errors were encountered: