astro/benchmark/packages/timer/tsconfig.json
2023-07-24 20:47:07 +02:00

10 lines
189 B
JSON

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