Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
fix: silence warning about no type defs for libnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal committed Jun 21, 2021
1 parent c8eaf7b commit eac4360
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
"module": "commonjs",
"outDir": "./lib",
"pretty": true,
"rootDirs": [
"./src"
],
"rootDirs": ["./src"],
"strict": true,
"target": "es2017"
"target": "es2017",
"noImplicitAny": false
},
"include": [
"./src/**/*"
]
"include": ["./src/**/*"]
}

0 comments on commit eac4360

Please sign in to comment.