Skip to content

Commit

Permalink
Ignore lib checks, only care about what we need to compile
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
sr229 authored Aug 4, 2022
1 parent fc5b0ca commit 37fefb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sagiri-fork",
"version": "3.2.1",
"name": "sagiri",
"version": "3.2.2",
"description": "A simple, lightweight and actually good JS wrapper for the SauceNAO API. Forked by Agent_RBY_",
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"noUnusedParameters": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true
"sourceMap": true,
"skipLibCheck": true
},
"include": ["lib", "types.d.ts"]
}

0 comments on commit 37fefb6

Please sign in to comment.