summaryrefslogtreecommitdiff
path: root/packages/telemetry/tsconfig.json
blob: 451badc02b5d93ac418e9d6b59644a236a4a4b15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../../tsconfig.base.json",
  "include": ["src"],
  "compilerOptions": {
    "allowJs": true,
    "target": "ES2022",
    "module": "ES2022",
    "outDir": "./dist",
    "declarationDir": "./dist/types"
  }
}