0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/packages/integrations/markdoc/tsconfig.json

11 lines
211 B
JSON
Raw Normal View History

2023-02-06 11:13:57 -05:00
{
"extends": "../../../tsconfig.base.json",
2023-02-10 09:00:12 -05:00
"include": ["src", "content-types.d.ts"],
2023-02-06 11:13:57 -05:00
"compilerOptions": {
"allowJs": true,
"module": "ES2020",
"outDir": "./dist",
"target": "ES2020"
}
}