astro/packages/markdown/remark/tsconfig.json
2021-10-22 16:25:36 -06:00

10 lines
189 B
JSON

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