@eclipse-glsp/ts-config

1.1.0-RC06 • 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/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.

Install

npm i @eclipse-glsp/ts-config

DownloadsWeekly Downloads

682

Version

1.1.0-RC06

License

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

Unpacked Size

37.9 kB

Total Files

4

Last publish

Collaborators

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