TypeScript/tests/cases/compiler/keepImportsInDts1.ts

7 lines
126 B
TypeScript
Raw Normal View History

2016-02-04 06:43:31 +01:00
// @module: amd
// @declaration: true
// @filename: c:/test.d.ts
export {};
// @filename: c:/app/main.ts
import "test"