update node, skip lib check errors

This commit is contained in:
JilianaTiu 2022-11-06 09:00:42 -08:00
parent c3d5f3d905
commit adb4d831e7
2 changed files with 15165 additions and 15216 deletions

3494
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,8 @@
"module": "commonjs",
"target": "es6",
"jsx": "react",
"esModuleInterop": true
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["./src/util"]
}