Parse template, refactor layout panes

This commit is contained in:
space-nuko
2023-05-24 14:35:58 -05:00
parent b30ecd3166
commit f793630064
22 changed files with 1028 additions and 656 deletions

View File

@@ -10,6 +10,7 @@
"checkJs": true,
"strict": false,
"baseUrl": "./src",
"typeRoots": ["./node_modules/@types/", "./src"],
"paths": {
"$lib": ["lib"],
"$lib/*": ["lib/*"]