{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": ["../../../../tsconfig.json"],
  "compilerOptions": {
    "noEmit": true
  },
  "include": ["./**/*.ts", "./.vitepress/**/*.ts"]
}
