summaryrefslogtreecommitdiff
path: root/packages/integrations/image/tsconfig.json
blob: 56b6b4e2d75e284c475ae9dc84aa670a6c23a95f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": "../../../tsconfig.base.json",
  "include": ["src", "types.d.ts"],
  "compilerOptions": {
    "allowJs": true,
    "module": "ES2022",
    "outDir": "./dist",
    "target": "ES2021",
    "typeRoots": ["node_modules/@types", "node_modules/@netlify"]
  }
}