Skip to content

Commit

Permalink
add: tsconfig skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyu committed Jan 24, 2023
1 parent bbbd250 commit 7a39b82
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@
"module": "commonjs",
"target": "ES2016",
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true
},
"include": [
"src",
"typing",
"node_modules/zotero-types"
],
"exclude": [
"builds",
"addon"
]
}
"include": ["src", "typing", "node_modules/zotero-types"],
"exclude": ["builds", "addon"]
}

0 comments on commit 7a39b82

Please sign in to comment.