First commit
This commit is contained in:
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"exclude": ["node_modules/litegraph.js/src/*"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./src",
|
||||
"typeRoots": [
|
||||
"types",
|
||||
"../node_modules/@types"
|
||||
],
|
||||
"paths": {
|
||||
"$lib": ["../src/lib"],
|
||||
"$lib/*": ["../src/lib/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user