astro/packages/telemetry/tsconfig.json

12 lines
224 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"target": "ES2021",
"module": "ES2022",
"outDir": "./dist",
"declarationDir": "./dist/types"
}
}