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
The package includes both *.d.ts files and *.ts files. It should only include the *.d.ts files. Having the *.ts files causes tsc to get upset that not all TS files are within the root directory.
The package includes both
*.d.tsfiles and*.tsfiles. It should only include the*.d.tsfiles. Having the*.tsfiles causestscto get upset that not all TS files are within the root directory.Here's an example of the error you might see:
