Eclipse GLSP - Shared Typescript configuration
Common shared configuration for Eclipse GLSP components that are based on Typescript.
Install
yarn add --dev @eclipse-glsp/ts-config
Usage
Create a tsconfig.json
:
{
"extends": "@eclipse-glsp/ts-config/tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
}
}
More information
For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website.
If you have questions, please raise them in the discussions and have a look at our communication and support options.