made the loby working using the newer rDB and makeing everything to bbe better manageable by using folders and more components!
This commit is contained in:
parent
2b9b5c3b39
commit
d3e0f3406e
37 changed files with 417 additions and 159 deletions
|
@ -3,9 +3,10 @@
|
|||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"moduleResolution": "bundler"
|
||||
"moduleResolution": "bundler","target": "es2015",
|
||||
"module": "es2015",
|
||||
"types": ["svelte"]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules/*"],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue