frontend: Start new interface with svelte
This commit is contained in:
parent
234ce066cf
commit
9fa1ede69c
11 changed files with 1298 additions and 0 deletions
10
frontend/ui/jsconfig.json
Normal file
10
frontend/ui/jsconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"$lib": ["src/lib"],
|
||||
"$lib/*": ["src/lib/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]
|
||||
}
|
||||
Reference in a new issue