remote composite from tsconfig tsconfig compilerOption composite
or include package.json
Project must list all files or use an 'include' pattern
I see this warning thrown in VSCode:
This is the line that throws the ts warning:
import packageJson from "../package.json";
Weirdly, building and linting the project works fine:
$ tsc --projec...
https://stackoverflow.com/questions/60029058/project-must-list-all-files-or-use-an-include-pattern

Seonglae Cho