Skip to content

Commit d342593

Browse files
authored
Refresh lockfile (#706)
* chore: refresh lockfile * chore: fix typescript issue with jest
1 parent 598c537 commit d342593

File tree

2 files changed

+2247
-1974
lines changed

2 files changed

+2247
-1974
lines changed

tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,11 @@
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true,
1919
"outDir": "dist",
20-
"paths": {
21-
"*": [
22-
"types/*"
23-
]
24-
},
2520
"target": "es2021",
2621
"types": [
2722
"node",
2823
"@types/jest"
29-
],
30-
"typeRoots": ["./types"]
24+
]
3125
},
3226
"include": [
3327
"bin/**/*",

0 commit comments

Comments
 (0)