UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

31 lines (30 loc) 490 B
{ "compilerOptions": { "target": "ES2022", "outDir": "dist", "module": "ES2022", "moduleResolution": "bundler", "strict": true, "declaration": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "lib": [ "ES2022", "DOM" ], "baseUrl": "./", "paths": { "~/*": ["src/*"] } }, "include": [ "src" ], "exclude": [ "node_modules", "coverage", "docs", "out", "examples" ] }