Closed ykoehler closed 8 years ago
Good point. Will do for sure! :)
Thanks for noticing!
same issue, I updated the file manually
The TypeScript compiler evolved over the past months. While originally (at the time of writing this book) the tsc init
command created rootDir
and outDir
properties, it removed those from the output at some stage.
Now that everybody's well aware of this circumstance, let's close this issue.
Here is the output emitted in my tsconfig.json avec running the tsc init as specific in the book.
Note the missing rootDir and outDir.
I doubt those are important, but since in your chapter you actually do mention them and talk explicitely about those two, you may need to put a note that they may or not appears in the generated tsconfig.json.