Commit 927cc8d
committed
minor #16103 Add missing information about tsconfig.json (iquito)
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead.
Discussion
----------
Add missing information about tsconfig.json
When introducing TypeScript in a project I noticed the current documentation is still missing the mandatory step of including a tsconfig.json file in the project - without it the error "The 'files' list in config file 'tsconfig.json' is empty" occurs.
Commits
-------
9e47c94 Add missing information about tsconfig.json1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments