{
  "compilerOptions": {
    "baseUrl": "./",
    "checkJs": true,
    "target": "ES2020",
    "noImplicitAny": true,
    "noUncheckedIndexedAccess": true,
    "strictNullChecks": true,
    "types": ["./global.d.ts"],
    "paths": {
      "@theme/*": ["./*"]
    }
  }
}
