{
  "compilerOptions": {
    "strict": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "baseUrl": "./",
    "paths": {
      "@@/*": [".dumi/tmp/*"],
      "@site/*": ["*"]
    }
  },
  "include": [".dumirc.ts", "src/**/*"]
}
