diff --git a/typescript-dto/.gitignore b/typescript-dto/.gitignore index 3c41d677b69..2c467d139ee 100644 --- a/typescript-dto/.gitignore +++ b/typescript-dto/.gitignore @@ -1 +1,2 @@ index.d.ts +target/ diff --git a/typescript-dto/package.json b/typescript-dto/package.json index 239a585e821..05428615998 100644 --- a/typescript-dto/package.json +++ b/typescript-dto/package.json @@ -3,5 +3,8 @@ "version": "6.17.0", "description": "Eclipse Che DTO API", "types": "index.d.ts", - "license": "EPL-2.0" + "license": "EPL-2.0", + "files": [ + "index.d.ts" + ] }