@eclipse-glsp/ts-config
Advanced tools
Comparing version 0.9.0-next.f02032cc to 0.9.0
{ | ||
"name": "@eclipse-glsp/ts-config", | ||
"version": "0.9.0-next.f02032cc", | ||
"version": "0.9.0", | ||
"description": "Shared Typescript configuration for GLSP projects", | ||
@@ -32,3 +32,4 @@ "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", | ||
}, | ||
"main": "tsconfig.json" | ||
"main": "tsconfig.json", | ||
"gitHead": "b1394ad8c3328a22eb1335d9bd85728a69951a72" | ||
} |
@@ -8,3 +8,3 @@ # Eclipse GLSP - Shared Typescript configuration | ||
```bash | ||
$ yarn add --dev @eclipse-glsp/ts-config | ||
yarn add --dev @eclipse-glsp/ts-config | ||
``` | ||
@@ -16,3 +16,3 @@ | ||
```jsonc | ||
```json | ||
{ | ||
@@ -29,2 +29,3 @@ "extends": "@eclipse-glsp/ts-config/tsconfig.json", | ||
For more information, please visit the [Eclipse GLSP Umbrella repository](https://github.com/eclipse-glsp/glsp) and the [Eclipse GLSP Website](https://www.eclipse.org/glsp/). If you have questions, please raise them in the [discussions](https://github.com/eclipse-glsp/glsp/discussions) and have a look at our [communication and support options](https://www.eclipse.org/glsp/contact/). | ||
For more information, please visit the [Eclipse GLSP Umbrella repository](https://github.com/eclipse-glsp/glsp) and the [Eclipse GLSP Website](https://www.eclipse.org/glsp/). | ||
If you have questions, please raise them in the [discussions](https://github.com/eclipse-glsp/glsp/discussions) and have a look at our [communication and support options](https://www.eclipse.org/glsp/contact/). |
37619
29