Skip to content

Commit e60c25f

Browse files
authored
Make sure lib.d.ts is included in build (microsoft#168519)
Fixes microsoft#168420
1 parent cfdb375 commit e60c25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/.moduleignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ typescript/lib/tsc.js
151151
typescript/lib/typescriptServices.js
152152
typescript/lib/tsserverlibrary.js
153153
# We still need to include stdlib d.ts
154-
!typescript/lib/lib.*.d.ts
154+
!typescript/lib/lib*.d.ts
155155

156156
jschardet/index.js
157157
jschardet/src/**

0 commit comments

Comments
 (0)