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