astro/packages/markdown/remark/tsconfig.json
2023-07-03 20:59:43 +08:00

10 lines
189 B
JSON

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