-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.base.json
89 lines (89 loc) · 5.98 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
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@tokengator/api-asset-data-access": ["libs/api/asset/data-access/src/index.ts"],
"@tokengator/api-asset-feature": ["libs/api/asset/feature/src/index.ts"],
"@tokengator/api-auth-data-access": ["libs/api/auth/data-access/src/index.ts"],
"@tokengator/api-auth-feature": ["libs/api/auth/feature/src/index.ts"],
"@tokengator/api-claim-data-access": ["libs/api/claim/data-access/src/index.ts"],
"@tokengator/api-claim-feature": ["libs/api/claim/feature/src/index.ts"],
"@tokengator/api-community-data-access": ["libs/api/community/data-access/src/index.ts"],
"@tokengator/api-community-feature": ["libs/api/community/feature/src/index.ts"],
"@tokengator/api-community-member-data-access": ["libs/api/community-member/data-access/src/index.ts"],
"@tokengator/api-community-member-feature": ["libs/api/community-member/feature/src/index.ts"],
"@tokengator/api-core-data-access": ["libs/api/core/data-access/src/index.ts"],
"@tokengator/api-core-feature": ["libs/api/core/feature/src/index.ts"],
"@tokengator/api-identity-data-access": ["libs/api/identity/data-access/src/index.ts"],
"@tokengator/api-identity-feature": ["libs/api/identity/feature/src/index.ts"],
"@tokengator/api-metadata-data-access": ["libs/api/metadata/data-access/src/index.ts"],
"@tokengator/api-metadata-feature": ["libs/api/metadata/feature/src/index.ts"],
"@tokengator/api-metadata-util": ["libs/api/metadata/util/src/index.ts"],
"@tokengator/api-preset-data-access": ["libs/api/preset/data-access/src/index.ts"],
"@tokengator/api-preset-feature": ["libs/api/preset/feature/src/index.ts"],
"@tokengator/api-price-data-access": ["libs/api/price/data-access/src/index.ts"],
"@tokengator/api-price-feature": ["libs/api/price/feature/src/index.ts"],
"@tokengator/api-solana-data-access": ["libs/api/solana/data-access/src/index.ts"],
"@tokengator/api-solana-feature": ["libs/api/solana/feature/src/index.ts"],
"@tokengator/api-solana-util": ["libs/api/solana/util/src/index.ts"],
"@tokengator/api-user-data-access": ["libs/api/user/data-access/src/index.ts"],
"@tokengator/api-user-feature": ["libs/api/user/feature/src/index.ts"],
"@tokengator/api-wallet-data-access": ["libs/api/wallet/data-access/src/index.ts"],
"@tokengator/api-wallet-feature": ["libs/api/wallet/feature/src/index.ts"],
"@tokengator/sdk": ["libs/sdk/src/index.ts"],
"@tokengator/tools": ["libs/tools/src/index.ts"],
"@tokengator/web-asset-data-access": ["libs/web/asset/data-access/src/index.ts"],
"@tokengator/web-asset-feature": ["libs/web/asset/feature/src/index.ts"],
"@tokengator/web-asset-ui": ["libs/web/asset/ui/src/index.ts"],
"@tokengator/web-auth-data-access": ["libs/web/auth/data-access/src/index.ts"],
"@tokengator/web-auth-feature": ["libs/web/auth/feature/src/index.ts"],
"@tokengator/web-auth-ui": ["libs/web/auth/ui/src/index.ts"],
"@tokengator/web-claim-data-access": ["libs/web/claim/data-access/src/index.ts"],
"@tokengator/web-claim-feature": ["libs/web/claim/feature/src/index.ts"],
"@tokengator/web-claim-ui": ["libs/web/claim/ui/src/index.ts"],
"@tokengator/web-community-data-access": ["libs/web/community/data-access/src/index.ts"],
"@tokengator/web-community-feature": ["libs/web/community/feature/src/index.ts"],
"@tokengator/web-community-member-data-access": ["libs/web/community-member/data-access/src/index.ts"],
"@tokengator/web-community-member-feature": ["libs/web/community-member/feature/src/index.ts"],
"@tokengator/web-community-member-ui": ["libs/web/community-member/ui/src/index.ts"],
"@tokengator/web-community-ui": ["libs/web/community/ui/src/index.ts"],
"@tokengator/web-core-data-access": ["libs/web/core/data-access/src/index.ts"],
"@tokengator/web-core-feature": ["libs/web/core/feature/src/index.ts"],
"@tokengator/web-core-ui": ["libs/web/core/ui/src/index.ts"],
"@tokengator/web-dev-feature": ["libs/web/dev/feature/src/index.ts"],
"@tokengator/web-home-feature": ["libs/web/home/feature/src/index.ts"],
"@tokengator/web-identity-data-access": ["libs/web/identity/data-access/src/index.ts"],
"@tokengator/web-identity-ui": ["libs/web/identity/ui/src/index.ts"],
"@tokengator/web-preset-data-access": ["libs/web/preset/data-access/src/index.ts"],
"@tokengator/web-preset-feature": ["libs/web/preset/feature/src/index.ts"],
"@tokengator/web-preset-ui": ["libs/web/preset/ui/src/index.ts"],
"@tokengator/web-price-data-access": ["libs/web/price/data-access/src/index.ts"],
"@tokengator/web-price-feature": ["libs/web/price/feature/src/index.ts"],
"@tokengator/web-price-ui": ["libs/web/price/ui/src/index.ts"],
"@tokengator/web-settings-feature": ["libs/web/settings/feature/src/index.ts"],
"@tokengator/web-solana-data-access": ["libs/web/solana/data-access/src/index.ts"],
"@tokengator/web-solana-feature": ["libs/web/solana/feature/src/index.ts"],
"@tokengator/web-solana-ui": ["libs/web/solana/ui/src/index.ts"],
"@tokengator/web-user-data-access": ["libs/web/user/data-access/src/index.ts"],
"@tokengator/web-user-feature": ["libs/web/user/feature/src/index.ts"],
"@tokengator/web-user-ui": ["libs/web/user/ui/src/index.ts"],
"@tokengator/web-wallet-data-access": ["libs/web/wallet/data-access/src/index.ts"],
"@tokengator/web-wallet-feature": ["libs/web/wallet/feature/src/index.ts"],
"@tokengator/web-wallet-ui": ["libs/web/wallet/ui/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}