Typescript checking extra file that not specified in “files”
this is my tsconfig.json
below, in this file I specified check only on specific file types, but typescript is checking other files.
I tried "includes"
, "excludes"
but still the same problem happens.
Is there any option to run a specific file