deno/tests/specs/check/with_tsconfig_json/main.ts
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

1 line
46 B
TypeScript

document.body.innerHTML = "<div>Hello</div>";