astro/packages/telemetry/tsconfig.json
2023-08-08 11:01:33 +01:00

11 lines
224 B
JSON

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