google-api-nodejs-client icon indicating copy to clipboard operation
google-api-nodejs-client copied to clipboard

Too slow tsc compilation time with importing just googleapis

Open amatiash opened this issue 2 years ago • 0 comments

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"
googleapis-import

tsconfig.json

{
  "compilerOptions": {
    "strict": true,
    "module": "ESNext",
    "target": "ESNext",
    "esModuleInterop": true,
    "moduleResolution": "NodeNext",
    "skipLibCheck": true,
    "noEmit": true,
    "allowJs": true
  },
  "exclude": [
    "node_modules"
  ]
}

amatiash avatar Jul 26 '23 21:07 amatiash