forked from scandipwa/scandipwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsconfig.json
24 lines (24 loc) · 1.36 KB
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"Style/*": ["./src/app/style/*", "../../../../../vendor/scandipwa/source/src/app/style/*"],
"Component/*": ["./src/app/component/*", "../../../../../vendor/scandipwa/source/src/app/component/*"],
"Route/*": ["./src/app/route/*", "../../../../../vendor/scandipwa/source/src/app/route/*"],
"Store/*": ["./src/app/store/*", "../../../../../vendor/scandipwa/source/src/app/store/*"],
"Util/*": ["./src/app/util/*", "../../../../../vendor/scandipwa/source/src/app/util/*"],
"Query/*": ["./src/app/query/*", "../../../../../vendor/scandipwa/source/src/app/query/*"],
"Type/*": ["./src/app/type/*", "../../../../../vendor/scandipwa/source/src/app/type/*"],
"SourceStyle/*": ["../../../../../vendor/scandipwa/source/src/app/style/*"],
"SourceComponent/*": ["../../../../../vendor/scandipwa/source/src/app/component/*"],
"SourceRoute/*": ["../../../../../vendor/scandipwa/source/src/app/route/*"],
"SourceStore/*": ["../../../../../vendor/scandipwa/source/src/app/store/*"],
"SourceUtil/*": ["../../../../../vendor/scandipwa/source/src/app/util/*"],
"SourceQuery/*": ["../../../../../vendor/scandipwa/source/src/app/query/*"],
"SourceType/*": ["../../../../../vendor/scandipwa/source/src/app/type/*"]
}
},
"exclude": [
"node_modules"
]
}