@eclipse-glsp/ts-config
v2.3.0
Published
Shared Typescript configuration for GLSP projects
Downloads
2,142
Readme
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",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
}
}
In addition, a custom configuration for projects that use mocha
is available:
@eclipse-glsp/ts-config/mocha
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.