0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 15:21:26 -05:00
denoland-deno/tests/specs/check/ts_in_npm_pkg
David Sherret 7528c7909c
fix(check): better handling of TypeScript in npm packages for type checking (#27853)
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.
2025-01-28 20:32:37 +00:00
..
node_modules/package fix(check): better handling of TypeScript in npm packages for type checking (#27853) 2025-01-28 20:32:37 +00:00
__test__.jsonc fix(check): better handling of TypeScript in npm packages for type checking (#27853) 2025-01-28 20:32:37 +00:00
check.out fix(check): better handling of TypeScript in npm packages for type checking (#27853) 2025-01-28 20:32:37 +00:00
main.ts fix(check): better handling of TypeScript in npm packages for type checking (#27853) 2025-01-28 20:32:37 +00:00
package.json fix(check): better handling of TypeScript in npm packages for type checking (#27853) 2025-01-28 20:32:37 +00:00