astro/packages/integrations/netlify/tsconfig.json
Matthew Phillips 19667c45f3
Netlify Edge: forward requests for static assets (#3170)
* Netlify Edge: forward requests for static assets

* Adds a changeset

* Don't run edge tests, yet
2022-04-22 10:03:25 -04:00

14 lines
274 B
JSON

{
"extends": "../../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"module": "ES2020",
"outDir": "./dist",
"target": "ES2020",
"typeRoots": [
"node_modules/@types",
"node_modules/@netlify"
]
}
}