{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "alwaysStrict": true,
    "declaration": false,
    "sourceMap": false,
    "lib": ["ES6", "DOM"],
    "module": "CommonJS",
    "moduleResolution": "Node",
    "noEmitOnError": true,
    "noImplicitAny": true,
    "noImplicitReturns": true,
    "noImplicitThis": true,
    "noUnusedLocals": true,
    "noUnusedParameters": false,
    "pretty": true,
    "outDir": "dist",
    "removeComments": true,
    "resolveJsonModule": true,
    "strict": true,
    "strictBindCallApply": true,
    "strictNullChecks": true,
    "target": "ES6",
    "skipLibCheck": true,
    "baseUrl": "."
  },
  "include": ["api/**/*"],
  "exclude": ["node_modules"]
}
