UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

25 lines 758 B
{ "compileOnSave": false, "compilerOptions": { "baseUrl": ".", "declaration": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, "importHelpers": false /* Import emit helpers from 'tslib'. */, "jsx": "react", "lib": ["DOM", "DOM.Iterable", "esnext"], "module": "ESNext", "moduleResolution": "node", "paths": {}, "rootDir": ".", "skipDefaultLibCheck": true, "skipLibCheck": true /* Skip type checking of declaration files. */, "sourceMap": true, "strictNullChecks": true, "target": "ESNext", "types": ["node"], "typeRoots": ["../node_modules/@types", "../node_modules/@dynatrace"] }, "exclude": ["node_modules", "dist", "actions"] }