mirror of https://github.com/sveltejs/svelte
parent
304a29e1cc
commit
c8ba7eebc5
@ -0,0 +1,9 @@
|
||||
{
|
||||
"include": ["./**/*"],
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"svelte": ["../../../static/svelte/main"],
|
||||
"svelte/*": ["../../../static/svelte/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue