summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/tsconfig.json
blob: af1b43564edc7e1515806679df0c3851d83707ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../../../tsconfig.base.json",
  "include": ["src"],
  "compilerOptions": {
    "allowJs": true,
    "module": "ES2022",
    "outDir": "./dist",
    "target": "ES2022"
  }
}