@talend/scripts-config-typescript

11.2.1 • Public • Published

Typescript config customisation

To use the Typescript configuration in your IDE, or to add custom rules

  1. Create an tsconfig.json at your project root folder
  2. Make it extend the one from talend preset
{
  "extends": "./node_modules/@talend/scripts-config-typescript/tsconfig.json",
  "compilerOptions": {
    
  },
  "include": [
    "src"
  ]
}
  1. Configure your IDE plugin to enable Typescript with your root tsconfig configuration.

Readme

Keywords

none

Package Sidebar

Install

npm i @talend/scripts-config-typescript

Weekly Downloads

450

Version

11.2.1

License

Apache-2.0

Unpacked Size

2.91 kB

Total Files

6

Last publish

Collaborators

  • talend-frontend