1
Fork 0
This commit is contained in:
Korbs 2024-09-03 03:12:05 -04:00
parent f608a91730
commit 7b57b1b12c
21 changed files with 39 additions and 49 deletions

View file

@ -4,13 +4,13 @@
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"paths": {
"@components/*": ["./web/src/components/*"],
"@data/*": ["./web/src/tools/data/*"],
"@layouts/*": ["./web/src/layouts/*"],
"@library/*": ["./web/src/tools/library/*"],
"@player/*": ["./web/src/components/video-player/*"],
"@styles/*": ["./web/src/styles/*"],
"@utils/*": ["./web/src/tools/utilities/*"]
"@components/*": ["./web/components/*"],
"@data/*": ["./web/tools/data/*"],
"@layouts/*": ["./web/layouts/*"],
"@library/*": ["./web/tools/library/*"],
"@player/*": ["./web/components/video-player/*"],
"@styles/*": ["./web/styles/*"],
"@utils/*": ["./web/tools/utilities/*"]
}
}
}