{
  "compilerOptions": {
    "target": "ES2022",
    "useDefineForClassFields": true,
    "lib": ["ES2022", "DOM", "DOM.Iterable"],
    "allowJs": false,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "forceConsistentCasingInFileNames": true,
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "noEmit": true,
    "jsx": "react-jsx",
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"],
      "openxiangda": [
        "../../packages/sdk/src/components/index.ts",
        "node_modules/openxiangda"
      ],
      "openxiangda/runtime": [
        "../../packages/sdk/src/runtime/index.ts",
        "node_modules/openxiangda/runtime"
      ],
      "openxiangda/runtime/react": [
        "../../packages/sdk/src/runtime/react/index.ts",
        "node_modules/openxiangda/runtime/react"
      ]
    }
  },
  "include": ["src", "vite.config.ts"]
}
