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.
18 lines (17 loc) • 418 B
JSON
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"target": "esnext",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"lib": ["esnext", "es2021.intl"],
"typeRoots": [
"node_modules/@dynatrace/js-runtime/types",
"node_modules/@types"
],
"types": ["node", "runtime"]
},
"include": ["**/*.action.ts"]
}