@talend/scripts-config-typescript
v11.3.2
Published
Typescript configuration for @talend/scripts-core
Readme
Typescript config customisation
To use the Typescript configuration in your IDE, or to add custom rules
- Create an
tsconfig.jsonat your project root folder - Make it extend the one from talend preset
{
"extends": "./node_modules/@talend/scripts-config-typescript/tsconfig.json",
"compilerOptions": {
},
"include": [
"src"
]
}- Configure your IDE plugin to enable Typescript with your root tsconfig configuration.
