{
  "extends": "@talend/scripts-config-typescript/tsconfig.json",
  "include": ["src/**/*"],
  "compilerOptions": {
    "noImplicitAny": false,
    "declaration": true,
    "target": "ES5",
    "module": "CommonJs"
  }
}
