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