包详细信息

@talend/scripts-config-typescript

Talend3.5kApache-2.011.3.2

Typescript configuration for @talend/scripts-core

自述文件

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.