astro/packages/components/docs/tsconfig.json
Fred K. Schott a7a521034e wip
2021-09-06 22:46:59 -07:00

9 lines
167 B
JSON

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