TypeScript/tests/baselines/reference/keepImportsInDts1.types
Vladimir Matveev 2c24f81561 added tests
2016-02-03 21:43:31 -08:00

6 lines
178 B
Plaintext

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