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": "ES5", "outDir": "out", "lib": [ "ES2015", "DOM" ], "declaration": true, "strict": true }, "exclude": [ "./tests", "./out" ]}