0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/packages/integrations/markdoc/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
225 B
JSON
Raw Normal View History

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