15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"exclude": ["node_modules/litegraph.js/src/*"],
|
|
"compilerOptions": {
|
|
"typeRoots": [
|
|
"types",
|
|
"../node_modules/@types"
|
|
],
|
|
"paths": {
|
|
"$lib": ["./src/lib"],
|
|
"$lib/*": ["./src/lib/*"]
|
|
}
|
|
}
|
|
}
|