@eclipse-glsp/ts-config

2.0.0 • Public • Published

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.

/@eclipse-glsp/ts-config/

    Package Sidebar

    Install

    npm i @eclipse-glsp/ts-config

    Weekly Downloads

    474

    Version

    2.0.0

    License

    (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)

    Unpacked Size

    39.1 kB

    Total Files

    6

    Last publish

    Collaborators

    • ndoschek
    • tortmayr
    • planger
    • eclipse-glsp-bot
    • mfleck
    • jfaltermeier