Files
cc-haha/tsconfig.json
yuqei 124a18a4ec
Deploy VitePress Docs / build (push) Has been cancelled
Deploy VitePress Docs / deploy (push) Has been cancelled
Initialize cc-haha project mirror.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 13:41:51 +08:00

25 lines
450 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowJs": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@ant/claude-for-chrome-mcp": [
"./stubs/ant-claude-for-chrome-mcp.ts"
],
"color-diff-napi": [
"./stubs/color-diff-napi.ts"
],
"src/*": [
"./src/*"
]
},
"types": [
"bun-types"
]
}
}