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
Right now, the tsconfig.json reader is somewhat limited -- it's only looking for "files" sections and doesn't take into account other significant parameters like "exclude" and "compilerOptions.rootDir".
Since these are critical to being able to process a tsconfig.json the same way a TypeScript compiler would, support should be added.
The text was updated successfully, but these errors were encountered:
I took a look at the status of Typescript 2.0 support. As a workaround, several options were temporarily ignored via #308 to allow builds to continue but people using the new features may not be able to compile. See #234 for the original discussion.
Right now, the tsconfig.json reader is somewhat limited -- it's only looking for "files" sections and doesn't take into account other significant parameters like "exclude" and "compilerOptions.rootDir".
Since these are critical to being able to process a tsconfig.json the same way a TypeScript compiler would, support should be added.
The text was updated successfully, but these errors were encountered: