/ tsconfig.json
tsconfig.json
 1  {
 2    "compilerOptions": {
 3      "module": "commonjs",
 4      "declaration": true,
 5      "downlevelIteration": true,
 6      "target": "es6",
 7      "esModuleInterop": true,
 8      "noImplicitAny": true
 9    }
10  }