5e52814d97
* Adapter v0 * Finalizing adapters * Update the lockfile * Add the default adapter after config setup is called * Create the default adapter in config:done * Fix lint error * Remove unused callConfigSetup * remove unused export * Use a test adapter to test SSR * Adds a changeset * Updated based on feedback * Updated the lockfile * Only throw if set to a different adapter * Clean up outdated comments * Move the adapter to an config option * Make adapter optional * Update the docs/changeset to reflect config API change * Clarify regular Node usage
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"
|
|
}
|
|
}
|