{
  "compilerOptions": {
    "resolveJsonModule": true,
    "allowSyntheticDefaultImports": true,
    "skipLibCheck": true,
    "skipDefaultLibCheck": true,
    "noImplicitAny": false,
    "noUnusedLocals": false,
    "allowUmdGlobalAccess": true,
    "allowUnreachableCode": true,
    "allowUnusedLabels": true,
    "noImplicitThis": false,
    "declaration": true,
    "esModuleInterop": true,
    "allowJs": true,
    "outDir": "tmp/dist"
  },
  "include": [
    "typings",
    "hexo",
    "skeljs",
    "through2",
    "hexo-log",
    "hexo-bunyan",
    "hexo-util"
  ]
}