-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtsconfig.base.json
108 lines (108 loc) · 5.36 KB
/
tsconfig.base.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@project-lc/components-admin/*": ["libs/components-admin/src/lib/*"],
"@project-lc/components-constants/*": ["libs/components-constants/src/lib/*"],
"@project-lc/components-core/*": ["libs/components-core/src/lib/*"],
"@project-lc/components-layout/*": ["libs/components-layout/src/lib/*"],
"@project-lc/components-seller/*": ["libs/components-seller/src/lib/*"],
"@project-lc/components-shared/*": ["libs/components-shared/src/lib/*"],
"@project-lc/components-web-bc/*": ["libs/components-web-bc/src/lib/*"],
"@project-lc/components-web-kkshow/*": ["libs/components-web-kkshow/src/lib/*"],
"@project-lc/hooks": ["libs/hooks/src/index.ts"],
"@project-lc/nest-core": ["libs/nest-core/src/lib/index.ts"],
"@project-lc/nest-modules-admin": ["libs/nest-modules-admin/src/index.ts"],
"@project-lc/nest-modules-auth": ["libs/nest-modules-auth/src/index.ts"],
"@project-lc/nest-modules-authguard": ["libs/nest-modules-authguard/src/index.ts"],
"@project-lc/nest-modules-broadcaster": [
"libs/nest-modules-broadcaster/src/index.ts"
],
"@project-lc/nest-modules-cart": ["libs/nest-modules-cart/src/index.ts"],
"@project-lc/nest-modules-cipher": ["libs/nest-modules-cipher/src/index.ts"],
"@project-lc/nest-modules-coupon": ["libs/nest-modules-coupon/src/index.ts"],
"@project-lc/nest-modules-customer": ["libs/nest-modules-customer/src/index.ts"],
"@project-lc/nest-modules-delivery": ["libs/nest-modules-delivery/src/index.ts"],
"@project-lc/nest-modules-exchange": ["libs/nest-modules-exchange/src/index.ts"],
"@project-lc/nest-modules-export": ["libs/nest-modules-export/src/index.ts"],
"@project-lc/nest-modules-goods": ["libs/nest-modules-goods/src/index.ts"],
"@project-lc/nest-modules-goods-category": [
"libs/nest-modules-goods-category/src/index.ts"
],
"@project-lc/nest-modules-goods-information-subject": [
"libs/nest-modules-goods-information-subject/src/index.ts"
],
"@project-lc/nest-modules-goods-inquiry": [
"libs/nest-modules-goods-inquiry/src/index.ts"
],
"@project-lc/nest-modules-goods-review": [
"libs/nest-modules-goods-review/src/index.ts"
],
"@project-lc/nest-modules-inquiry": ["libs/nest-modules-inquiry/src/index.ts"],
"@project-lc/nest-modules-jwt-helper": [
"libs/nest-modules-jwt-helper/src/index.ts"
],
"@project-lc/nest-modules-kkshow-main": [
"libs/nest-modules-kkshow-main/src/index.ts"
],
"@project-lc/nest-modules-kkshow-search": [
"libs/nest-modules-kkshow-search/src/index.ts"
],
"@project-lc/nest-modules-liveshopping": [
"libs/nest-modules-liveshopping/src/index.ts"
],
"@project-lc/nest-modules-mail": ["libs/nest-modules-mail/src/index.ts"],
"@project-lc/nest-modules-mail-verification": [
"libs/nest-modules-mail-verification/src/index.ts"
],
"@project-lc/nest-modules-manual": ["libs/nest-modules-manual/src/index.ts"],
"@project-lc/nest-modules-mileage": ["libs/nest-modules-mileage/src/index.ts"],
"@project-lc/nest-modules-notice": ["libs/nest-modules-notice/src/index.ts"],
"@project-lc/nest-modules-notification": [
"libs/nest-modules-notification/src/index.ts"
],
"@project-lc/nest-modules-order": ["libs/nest-modules-order/src/index.ts"],
"@project-lc/nest-modules-order-cancel": [
"libs/nest-modules-order-cancel/src/index.ts"
],
"@project-lc/nest-modules-overlay": ["libs/nest-modules-overlay/src/index.ts"],
"@project-lc/nest-modules-overlay-controller": [
"libs/nest-modules-overlay-controller/src/index.ts"
],
"@project-lc/nest-modules-payment": ["libs/nest-modules-payment/src/index.ts"],
"@project-lc/nest-modules-policy": ["libs/nest-modules-policy/src/index.ts"],
"@project-lc/nest-modules-product-promotion": [
"libs/nest-modules-product-promotion/src/index.ts"
],
"@project-lc/nest-modules-refund": ["libs/nest-modules-refund/src/index.ts"],
"@project-lc/nest-modules-return": ["libs/nest-modules-return/src/index.ts"],
"@project-lc/nest-modules-seller": ["libs/nest-modules-seller/src/index.ts"],
"@project-lc/nest-modules-shipping-group": [
"libs/nest-modules-shipping-group/src/index.ts"
],
"@project-lc/prisma-orm": ["libs/prisma-orm/src/index.ts"],
"@project-lc/shared-types": ["libs/shared-types/src/index.ts"],
"@project-lc/shreadsheet": ["libs/shreadsheet/src/index.ts"],
"@project-lc/stores": ["libs/stores/src/index.ts"],
"@project-lc/utils": ["libs/utils/src/index.ts"],
"@project-lc/utils-backend": ["libs/utils-backend/src/index.ts"],
"@project-lc/utils-frontend": ["libs/utils-frontend/src/index.ts"],
"@project-lc/utils-s3": ["libs/utils-s3/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}