Skip to content

Commit 0eac506

Browse files
committed
Add .d.ts generation test
1 parent b611a51 commit 0eac506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cases/conformance/types/tuple/readonlyArraysAndTuples.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// @strict: true
2+
// @declaration: true
23

34
type T10 = string[];
45
type T11 = Array<string>;

0 commit comments

Comments
 (0)