forked from AgesEmpire/StellarSwipe-Backends
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.build.json
More file actions
43 lines (43 loc) · 1 KB
/
Copy pathtsconfig.build.json
File metadata and controls
43 lines (43 loc) · 1 KB
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
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/main.ts"],
"exclude": [
"node_modules",
"dist",
"test",
"**/*spec.ts",
"src/Build Customer Support Ticket System/**",
"src/Build Tax Reporting Export System/**",
"src/Implement Signal Provider Profile System/**",
"src/audit-log/**",
"src/analytics/**",
"src/compliance/**",
"src/fee_management/**",
"src/mentorship/**",
"src/ml/**",
"src/multisig/**",
"src/portfolio/**",
"src/prices/**",
"src/push-notication/**",
"src/ratings/**",
"src/reputation-scoring/**",
"src/rewards-n-scoring/**",
"src/risk/**",
"src/scaling/**",
"src/sdex/**",
"src/settings/**",
"src/signal-feed/**",
"src/signals-scoring/**",
"src/slippage/**",
"src/soroban/**",
"src/stake-verification/**",
"src/stellar/**",
"src/subscriptions/**",
"src/tutorial-flow/**",
"src/websocket/**"
]
}