Create tsconfig.json

This commit is contained in:
freearhey 2025-04-14 21:37:49 +03:00
parent 6d6ec183e4
commit af6f5a2dd1

7
tsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"typeRoots": [
"./node_modules/@types",
"./types"
]
}