Skip to content

Commit

Permalink
skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaslate committed Dec 19, 2024
1 parent 615a1d8 commit dc25ba3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.7.0
22.12.0
6 changes: 4 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"baseUrl": ".",
"paths": { "@type-cacheable/*": ["./packages/*"] },
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
"emitDecoratorMetadata": true,
"skipLibCheck": true
},
"exclude": ["node_modules"]
}

0 comments on commit dc25ba3

Please sign in to comment.