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.

17 lines (16 loc) 393 B
{ "compilerOptions": { "module": "esnext", "moduleResolution": "node", "target": "esnext", "resolveJsonModule": true, "allowSyntheticDefaultImports": true, "lib": ["esnext", "es2021.intl"], "skipLibCheck": true, "typeRoots": [ "node_modules/@dynatrace/js-runtime/types", "node_modules/@types" ], "types": ["node", "runtime", "jest"] } }