What is the goal?
I have many folders with different permissions that are utilized by different services. If I don't include/exclude folders, tsc cli matching pattern is set as '**/*' which results to error due to permissions errors. Also, my tsconfig allows JS which means tsc also includes all js files I don't need from other folders. (I am not utilizing any npm package)
Why aren't you only listing each individual entry point?
Обсуждают сегодня