aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/mdx-images/tsconfig.json
blob: c193287fccd65da67e4a20f9da545b775f7647c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "astro/tsconfigs/base",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "~/assets/*": ["src/assets/*"]
    },
  },
  "include": [".astro/types.d.ts", "**/*"],
  "exclude": ["dist"]
}