Skip to content

Instantly share code, notes, and snippets.

@simonespa
Created October 27, 2023 17:12
Show Gist options
  • Select an option

  • Save simonespa/50f0f3271ade5a8b9f62cc3e75c6df3d to your computer and use it in GitHub Desktop.

Select an option

Save simonespa/50f0f3271ade5a8b9f62cc3e75c6df3d to your computer and use it in GitHub Desktop.
Init Typescript Project
npm init -y
pnpm install typescript @types/node --save-dev
pnpm tsc --init --rootDir src --outDir build --lib es6 --noImplicitAny true --resolveJsonModule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment