19667c45f3
* Netlify Edge: forward requests for static assets * Adds a changeset * Don't run edge tests, yet
14 lines
274 B
JSON
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"
|
|
]
|
|
}
|
|
}
|