{
    "compilerOptions": {
      "target": "ES2015",
      "module": "commonjs",
      "lib": [
        "ES6"
      ],
      "outDir": "./dist",
      "strict": true,
      "esModuleInterop": true,
      "skipLibCheck": true,
      "forceConsistentCasingInFileNames": true
    }
  }
  