80034c6cbc
* Netlify adapter * Remove package.json export that doesnt exist * Fix out path * Make netlifyFunctions the default * Make the dist configurable * Add an export for the functions * Append of the file exists
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "ES2020",
|
|
"outDir": "./dist",
|
|
"target": "ES2020"
|
|
}
|
|
}
|