diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-15 23:18:09 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-15 23:18:09 +0200 |
| commit | f088a6594c15951b85a56129944afa51a62dc765 (patch) | |
| tree | e49f3f8d60d4f78c3e7591d34ff8b15ae673351c /jsconfig.json | |
| parent | 58f7d52150456713d3132408668a92d0f6f3d084 (diff) | |
Update the config
Diffstat (limited to 'jsconfig.json')
| -rw-r--r-- | jsconfig.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..266034f --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "$app/*": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"], + "$lib/*": ["src/lib/*"] + } + }, + "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"] +} |