fix: use definitely typed types for node-targz (#4757)

This commit is contained in:
Mats Jun Larsen
2023-02-19 22:11:21 +00:00
committed by GitHub
parent 96631c47a8
commit ea49349a43
4 changed files with 21 additions and 54 deletions

View File

@@ -10,10 +10,7 @@
"moduleResolution": "node",
/* Code generation */
"outDir": "./out/dist",
"paths": {
"node-targz": ["./typings/node-targz.d.ts"]
},
"typeRoots": ["./typings", "./node_modules/@types"],
"typeRoots": ["./node_modules/@types"],
"types": ["mocha", "chai", "chai-http"],
/* Other options */
"allowJs": true