Skip to main content
Module

x/jira/tsconfig.json

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
File
{ "compilerOptions": { "target": "ES6", "outDir": "out", "module": "CommonJS", "lib": [ "ES2018", "DOM" ], "declaration": true, "strict": true, "sourceMap": true }, "include": [ "src" ], "exclude": [ "node_modules", "coverage", "docs", "out" ]}