-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsconfig.json
43 lines (43 loc) · 954 Bytes
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/*": [
"./*"
],
"auto-launch": [
"./node_modules/auto-launch/dist/index.js"
],
"bignumber.js": [
"./node_modules/bignumber.js/bignumber.mjs"
],
"electron": [
"./node_modules/electron/index.js"
],
"ethers": [
"./node_modules/ethers/index.js"
],
"idb-keyval": [
"./node_modules/idb-keyval/dist/idb-keyval.mjs"
],
"lit-html": [
"./node_modules/lit-html/lit-html.js"
],
"node-fetch": [
"./node_modules/node-fetch/lib/index.mjs"
],
"redux": [
"./node_modules/redux/es/redux.js"
],
"fkill": [
"./node_modules/fkill/index.js"
],
"@types/node-fetch": [
"./node_modules/@types/node-fetch/.js"
],
"zwitterion": [
"./node_modules/zwitterion/index.js"
]
}
}
}