25 lines
450 B
JSON
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"
|
|
]
|
|
}
|
|
}
|