Jira-Context-MCP

by rahulthedevil
Verified
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "lib": ["ES2022", "DOM"], "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node16", "resolveJsonModule": true, "declaration": true, "sourceMap": true, "baseUrl": ".", "paths": { "~/*": ["src/*"] }, "preserveSymlinks": true, "allowImportingTsExtensions": false, "allowArbitraryExtensions": true, "allowSyntheticDefaultImports": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }