deno/tests/specs/check/with_tsconfig_json
Yoshiya Hinosawa 58b679a1d6
feat(check): detect tsconfig.json at workspace root (#29092)
This PR adds detection of `tsconfig.json` at the root of a workspace
when there exists either a deno.json or package.json. If a project
already has `deno.json` with a `compilerOptions` value the
`tsconfig.json` is ignored.
2025-04-29 21:54:22 +00:00
..
__test__.jsonc feat(check): detect tsconfig.json at workspace root (#29092) 2025-04-29 21:54:22 +00:00
main.out feat(check): detect tsconfig.json at workspace root (#29092) 2025-04-29 21:54:22 +00:00
main.ts feat(check): detect tsconfig.json at workspace root (#29092) 2025-04-29 21:54:22 +00:00
package.json feat(check): detect tsconfig.json at workspace root (#29092) 2025-04-29 21:54:22 +00:00
tsconfig.json feat(check): detect tsconfig.json at workspace root (#29092) 2025-04-29 21:54:22 +00:00