{
  "compilerOptions": {
    "target": "esnext",
    "module": "esnext",
    "strict": true,
    "jsx": "preserve",
    "importHelpers": true,
    "noImplicitAny": false,
    "moduleResolution": "node",
    "experimentalDecorators": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "sourceMap": true,
    "baseUrl": ".",
    "types": ["webpack-env", "mocha", "chai"],
    "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
  },
  "include": ["docs/.vuepress/**/*.ts", "docs/.vuepress/**/*.vue", "**/*.ts", "**/*.tsx", "**/*.vue"],
  "exclude": ["node_modules"]
}
