File Is Not Included In Any Tsconfig.json !!hot!! | TRUSTED » |
npx tsc --listFiles | grep "your-file.ts"
A: Deno and Bun do not use tsconfig.json by default. You either add one or disable the TypeScript extension for those files. file is not included in any tsconfig.json
Now for the solutions. Apply these in order of least to most invasive. npx tsc --listFiles | grep "your-file