update
This commit is contained in:
parent
ec6101d82c
commit
792498b755
504 changed files with 1811 additions and 12089 deletions
|
@ -4,13 +4,14 @@
|
|||
"baseUrl": ".",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"@components/*": ["src/components/*"],
|
||||
"@layouts/*": ["src/layouts/*"],
|
||||
"@library/*": ["src/library/*"],
|
||||
"@player/*": ["src/components/video-player/*"],
|
||||
"@components/*": ["./source/src/components/*"],
|
||||
"@data/*": ["./source/src/tools/data/*"],
|
||||
"@layouts/*": ["./source/src/layouts/*"],
|
||||
"@library/*": ["./source/src/tools/library/*"],
|
||||
"@player/*": ["./source/src/components/video-player/*"],
|
||||
"@root/*": ["*"],
|
||||
"@styles/*": ["src/styles/*"],
|
||||
"@utils/*": ["src/utilities/*"]
|
||||
"@styles/*": ["./source/src/styles/*"],
|
||||
"@utils/*": ["./source/src/tools/utilities/*"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue