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