update
This commit is contained in:
parent
f608a91730
commit
7b57b1b12c
21 changed files with 39 additions and 49 deletions
|
@ -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/*"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue