Skip to content

Commit 6a181cb

Browse files
committed
update typescript
1 parent 769eadc commit 6a181cb

File tree

6 files changed

+24519
-15950
lines changed

6 files changed

+24519
-15950
lines changed

packages/bitcore-client/tsconfig.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"compilerOptions": {
3-
"lib": ["ES2020", "ES2022","DOM"],
3+
"lib": [
4+
"ES2020",
5+
"ES2022",
6+
"DOM"
7+
],
48
"noImplicitAny": false,
59
"removeComments": true,
610
"declaration": true,
@@ -11,10 +15,16 @@
1115
"moduleResolution": "node",
1216
"esModuleInterop": true,
1317
"target": "ES2020",
14-
"typeRoots": ["./node_modules/@types"],
18+
"typeRoots": [
19+
"./node_modules/@types"
20+
],
1521
"baseUrl": ".",
1622
"paths": {
17-
"*": ["*", "./src/*", "./test/*"]
23+
"*": [
24+
"*",
25+
"./src/*",
26+
"./test/*"
27+
]
1828
},
1929
"outDir": "ts_build",
2030
"sourceMap": true
@@ -26,4 +36,4 @@
2636
"exclude": [
2737
"node_modules"
2838
]
29-
}
39+
}

0 commit comments

Comments
 (0)