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.
20 lines (19 loc) • 450 B
JSON
{
"compilerOptions": {
"allowJs": true,
"strict": true,
"baseUrl": ".",
"declaration": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"importHelpers": false,
"jsx": "react",
"skipLibCheck": true,
"lib": ["DOM", "DOM.Iterable", "esnext"],
"module": "ESNext",
"moduleResolution": "node",
"target": "ESNext"
},
"include": ["**/*.widget.tsx"]
}