googleapis / googleapis/google-api-nodejs-client
tsconfig gets packed to individual packages
Open
priority: p2
type: bug
- Dominant language
- TypeScript
- Stars
- 12.2k
- Forks
- 2k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 24
Description
Visual Studio code shows compilation errors for `node_modules` folder if a package from `@googleapis/` is installed:


The reason for that is that those packages include `tsconfig.json` which extends a (not installed) `gts` config, which wouldn't exist:

We should include `files:` section to the generated `package.json` for `@googleapis/` packages and include only files that are needed there.
Contributor guide
Assessment
This issue has not been assessed yet.