summaryrefslogtreecommitdiff
path: root/packages/integrations/image/tsconfig.json
blob: 083703f01f3017f79fa19b2a23e246582e5e0404 (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": "ES2020",
    "outDir": "./dist",
    "target": "ES2020",
    "typeRoots": ["node_modules/@types", "node_modules/@netlify"]
  }
}