pull/16376/head
Rich Harris 2 months ago
parent 9a53553c3c
commit 25b8c33622

@ -14,7 +14,7 @@ This feature is currently experimental, and you must opt in by adding the `exper
/// file: svelte.config.js /// file: svelte.config.js
export default { export default {
compilerOptions: { compilerOptions: {
experimenntal: { experimental: {
async: true async: true
} }
} }

Loading…
Cancel
Save