mirror of
https://github.com/EvolutionAPI/chatwoot_mcp.git
synced 2025-07-13 07:04:50 -06:00
23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"lib": ["es2021"],
|
|
"jsx": "react-jsx",
|
|
"module": "es2022",
|
|
"moduleResolution": "Bundler",
|
|
"resolveJsonModule": true,
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": [
|
|
"@cloudflare/workers-types/2023-07-01"
|
|
]
|
|
},
|
|
"include": ["worker-configuration.d.ts", "src/**/*.ts"]
|
|
}
|