Skip to content

Commit

Permalink
Add skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kestarumper committed Sep 15, 2024
1 parent bbf9d6a commit 0694d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"moduleResolution": "node",
"paths": { "uniforms": ["uniforms/src"], "uniforms-*": ["uniforms-*/src"] },
"strict": true,
"target": "ES6"
"target": "ES6",
"skipLibCheck": true
}
}

0 comments on commit 0694d04

Please sign in to comment.