{
  "compilerOptions": {
    "declaration": true,
    "sourceMap": true,
    "allowJs": false,
    "resolveJsonModule": true,
    "esModuleInterop": true,
    "noImplicitAny": true,
    "downlevelIteration": true,
    "skipLibCheck": true,
    "strictNullChecks": false,
    "experimentalDecorators": true,
    "module": "CommonJS",
    "lib": [
      "ES6",
    ],
    "target": "ES6",
    "moduleResolution": "node",
    "allowSyntheticDefaultImports": true,
    "noEmit": true,
  }
}