skip library check due to conflicts with tfjs types and strict null checks

This commit is contained in:
H. Shay 2024-09-10 17:16:23 -07:00
parent 0b3734d7ec
commit f2e5ba8295

View File

@ -1,5 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"skipLibCheck": true,
"alwaysStrict": true, "alwaysStrict": true,
"esModuleInterop": true, "esModuleInterop": true,
"experimentalDecorators": true, "experimentalDecorators": true,