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
Same as #20. You have to explicitly pass the ambient declarations file to tsc-files, e.g.: tsc-files file-you-want-to-check.ts ambient-declarations.d.ts.
I have a project with the following configuration.
It is working fine in the terminal and vscode, but when I ran it through tsc-files it gives me an error.
It doesn't look like it is reading from the tsconfig.json file. What am I doing incorrectly?
Thanks!
The text was updated successfully, but these errors were encountered: