-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimport_map.json
More file actions
21 lines (21 loc) · 923 Bytes
/
import_map.json
File metadata and controls
21 lines (21 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"imports": {
"$common": "./src/common/index.ts",
"$deps": "./src/deps/index.ts",
"$controllers": "./src/api/modules/v1/controllers/index.ts",
"$controller/": "./src/api/modules/v1/controllers/",
"$services": "./src/api/modules/v1/services/index.ts",
"$service/": "./src/api/modules/v1/services/",
"$repositories": "./src/api/modules/v1/repository/index.ts",
"$repository/": "./src/api/modules/v1/repository/",
"$components": "./src/api/modules/v1/components/index.ts",
"$component/": "./src/api/modules/v1/components/",
"$middlewares": "./src/api/middlewares/index.ts",
"$models": "./src/api/modules/v1/models/index.ts",
"$interfaces": "./src/common/interfaces/index.ts",
"$enums": "./src/common/enums/index.ts",
"$migrations": "./src/api/db/migrations/index.ts",
"$routes": "./src/api/modules/v1/routes/index.ts",
"$db": "./src/api/db/index.ts"
}
}