Skip to content

Commit

Permalink
chore: enable skipLipCheck for type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 5, 2024
1 parent e458b63 commit 7c7a9a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -4,7 +4,8 @@
"module": "ESNext",
"moduleResolution": "Node",
"esModuleInterop": true,
"strict": true
"strict": true,
"skipLibCheck": true
},
"include": ["src", "test"]
}

0 comments on commit 7c7a9a4

Please sign in to comment.