wip: restructure

This commit is contained in:
Ren Amamiya
2023-04-27 13:27:11 +07:00
parent 6918660a5c
commit 98a37d4618
102 changed files with 997 additions and 1041 deletions

View File

@@ -2,12 +2,7 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@app/*": ["src/app/*"],
"@components/*": ["src/components/*"],
"@stores/*": ["src/stores/*"],
"@utils/*": ["src/utils/*"],
"@assets/*": ["src/assets/*"],
"@renderer/*": ["src/renderer/*"]
"@lume/*": ["src/*"]
},
"types": ["vidstack/globals"],
"target": "es2017",