TypeScript/tests/baselines/reference/keepImportsInDts1.symbols

5 lines
142 B
Plaintext

=== c:/test.d.ts ===
export {};
No type information for this code.=== c:/app/main.ts ===
import "test"
No type information for this code.