mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00

1. Allows resolving to `.ts` files for type checking. 2. Probes for `.ts` files to use for type checking. To emphasize, this is only for type checking.
3 lines
61 B
TypeScript
3 lines
61 B
TypeScript
import type { Test } from "package";
|
|
|
|
const test: Test = "";
|