{
  "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"]
}
