Currently, I am facing an issue with a file named 'survey.d.ts' located at 'src/app/dynamic-pages/survey.d.ts'. To address this problem, I added the following glob into the excludes array in my tsconfig.json: "exclude": ["src/app/**/*.d.ts"]
Despite implementing this exclusion, I am still receiving warnings for the aforementioned file. Interestingly, the file contains a comment on the first line that says /* tslint:disable */
. I am perplexed as to why these warnings are persisting. Can anyone shed light on this matter?