typescript-book icon indicating copy to clipboard operation
typescript-book copied to clipboard

Prefer `rootDir` over `include`

Open basarat opened this issue 5 years ago • 0 comments

Because you can use it on the command line to --init:

npx tsc --init --rootDir src outDir lib

basarat avatar Apr 29 '20 13:04 basarat