svelteKitForBeginners/tsconfig.json

11 lines
141 B
JSON
Raw Normal View History

2022-04-02 02:30:11 +00:00
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"$root/*": [
"./src/*"
]
}
}
}