mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"$lib": ["svelte"],
|
|
"$lib/*": ["svelte/*"]
|
|
}
|
|
}
|
|
}
|