boredgame/tsconfig.json

11 lines
141 B
JSON
Raw Normal View History

2022-01-28 05:27:12 +00:00
{
"extends": "./.svelte-kit/tsconfig.json",
2022-01-28 05:27:12 +00:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
"$root/*": [
"./src/*"
]
2022-01-28 05:27:12 +00:00
}
}
}