mirror of
https://github.com/BradNut/svelteKitForBeginners
synced 2025-09-08 17:40:24 +00:00
11 lines
No EOL
141 B
JSON
11 lines
No EOL
141 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"$root/*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
}
|
|
} |