July 2019
Intermediate to advanced
416 pages
10h 6m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The following tsconfig.json file is used".
A block of code is set as follows:
{ "compilerOptions": { "target": "ES2015", "module": "commonjs", "sourceMap": true, "outDir": "./script", }}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{ "compilerOptions": { "target": "ES2015", "module": "commonjs", "sourceMap": true, "outDir": "./script", }}
Any command-line input or output is written as follows:
npx ...
Read now
Unlock full access