mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Add .d.ts generation test
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// @strict: true
|
||||
// @declaration: true
|
||||
|
||||
type T10 = string[];
|
||||
type T11 = Array<string>;
|
||||
|
||||
Reference in New Issue
Block a user