Advertisement
adamatti

Init a typescript project

Sep 16th, 2022
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. npx tsc --init --rootDir src --outDir build \
  2. --esModuleInterop --resolveJsonModule --lib es6 \
  3. --module commonjs --allowJs true --noImplicitAny true
Tags: typescript
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement