Skip to content

Commit

Permalink
build(tsconfig): ignore lib check in eslint-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliesnug committed Nov 23, 2023
1 parent 0f8e696 commit 1bbd939
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/eslint-petal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"noEmit": true,
"isolatedModules": false
"isolatedModules": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
"include": ["src"]
}

0 comments on commit 1bbd939

Please sign in to comment.