mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
fix: use definitely typed types for node-targz (#4757)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user