-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
Description
It's considered a bit of an antipattern to have list of source files in tsconfig.json.
Currently, you need to add your new .ts files there to get vscode working. This doesn't scale to nontrivial projects
https://github.com/Microsoft/TypeScript/wiki/tsconfig.json :
If no "files" property is present in a tsconfig.json, the compiler defaults to including all TypeScript (*.ts or *.tsx) files in the containing directory and subdirectories. When a "files" property is present, only the specified files are included.
Reactions are currently unavailable