googleapis / googleapis/google-api-nodejs-client
Too slow tsc compilation time with importing just googleapis
Open
priority: p2
type: bug
- Dominant language
- TypeScript
- Stars
- 12.2k
- Forks
- 2k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 24
Description
It takes 10 second to compile with `tsc` just with importing `googleapis`
- macOS 10.15.7
- Node v18.16.1
- npm 9.8.0
- googleapis: "^118.0.0"
tsconfig.json
```json
{
"compilerOptions": {
"strict": true,
"module": "ESNext",
"target": "ESNext",
"esModuleInterop": true,
"moduleResolution": "NodeNext",
"skipLibCheck": true,
"noEmit": true,
"allowJs": true
},
"exclude": [
"node_modules"
]
}
```
Contributor guide
Assessment
This issue has not been assessed yet.