mirror of https://github.com/sveltejs/svelte
enable dev mode for preview repl (#9393)
* enable dev mode for preview repl * format * also add dev mode toggle for compiler options * whoopspull/9424/head
parent
11eead7db9
commit
2ae953934d
@ -0,0 +1,9 @@
|
||||
{
|
||||
"include": ["./**/*"],
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"svelte": ["../../../static/svelte/main"],
|
||||
"svelte/*": ["../../../static/svelte/*"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue