google-api-nodejs-client
google-api-nodejs-client copied to clipboard
Too slow tsc compilation time with importing just googleapis
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
{
"compilerOptions": {
"strict": true,
"module": "ESNext",
"target": "ESNext",
"esModuleInterop": true,
"moduleResolution": "NodeNext",
"skipLibCheck": true,
"noEmit": true,
"allowJs": true
},
"exclude": [
"node_modules"
]
}