Be more selective about which typescript d.ts files we include (#167477)

Be more selective about which d.ts files we include
This commit is contained in:
Matt Bierner 2022-11-28 16:27:03 -08:00 committed by GitHub
parent 9bd4e65cf2
commit afd71d8f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,12 +145,13 @@ prebuild-install/**/*
**/CONTRIBUTING.md
**/*.ts
!typescript/**/*.d.ts
# Exclude TS files that aren't needed by TS extension
typescript/lib/tsc.js
typescript/lib/typescriptServices.js
typescript/lib/tsserverlibrary.js
# We still need to include stdlib d.ts
!typescript/lib/lib.*.d.ts
jschardet/index.js
jschardet/src/**