-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
61 lines (61 loc) · 1.79 KB
/
tsconfig.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
{
"compilerOptions": {
"target": "es2020",
"module": "CommonJS",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"rootDir": "./",
"outDir": "./dist",
"resolveJsonModule": true /* Enable importing .json files */
},
"include": [
"./scripts",
"./test",
"./typechain-types",
"index.ts",
"bin/flashB.ts",
"bin/flashit.ts",
"bin/flashitbackup.ts",
"bin/flashitMyContract.ts",
"bin/flashitEthersOnly copy.ts",
"bin/flashitEthersOnlyA2B.ts",
"bin/flashit001.ts",
"bin/flash copy.ts",
"bin/flashit002.ts",
"bin/computeProfitMaximizingTrade.ts",
"bin/computeMax.ts",
"bin/blockListen.ts",
"bin/CRPrices.js",
"bin/computeTradeGPT.ts",
"bin/equalizeRatio.ts",
"bin/executeFlashLoan.ts",
"bin/equalizeRatioFN.ts",
"NOTES/chatGPThelpattempt.ts",
"bin/flashit006.ts",
"bin/flashit009.ts",
"NOTES/flashControl.ts",
"NOTES/deployQS.ts",
"NOTES/flashit010.ts",
"bin/flashit011.ts",
"NOTES/flashitBNagain.ts",
"NOTES/flashit013.ts",
"bin/flashit014.ts",
"bin/executebkp.ts",
"bin/flashit015.ts",
"bin/execute02.ts",
"utils/dexdata/v2/comparev2.ts",
"constants/interfaces.ts",
"logs/equalizeRatioTEST.ts",
"logs/flashitBN.ts",
"logs/flashAll.ts",
"utils/getToWMATICPool.ts",
"utils/getToWMATICPool.ts",
"utils/approvals.ts",
"utils/approveAll.ts",
"utils/approveAll.ts"
],
"files": ["./hardhat.config.ts"]
}