astro/packages/markdown/remark/tsconfig.json
2021-10-15 13:50:06 -06:00

10 lines
186 B
JSON

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