init: add fuse-react v8.3.5 skeleton

This commit is contained in:
2023-05-30 21:07:44 +01:00
commit 3a760d2646
543 changed files with 102541 additions and 0 deletions

16
jsconfig.json Normal file
View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@fuse/*": ["./src/@fuse/*"],
"@history*": ["./src/@history"],
"@lodash": ["./src/@lodash"],
"@mock-api": ["./src/@mock-api"],
"app/store/*": ["./src/app/store/*"],
"app/shared-components/*": ["./src/app/shared-components/*"],
"app/configs/*": ["./src/app/configs/*"],
"app/theme-layouts/*": ["./src/app/theme-layouts/*"],
"app/AppContext": ["./src/app/AppContext"]
}
}
}