File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " beautiful-react-hooks" ,
3- "version" : " 5.0.3 " ,
3+ "version" : " 5.1.0 " ,
44 "description" : " A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development" ,
55 "type" : " module" ,
66 "scripts" : {
407407 "types" : " ./dist/useAudio.d.ts"
408408 }
409409 }
410- }
410+ }
Original file line number Diff line number Diff line change 33 " ./src/**/*.ts"
44 ],
55 "compilerOptions" : {
6+ "types" : [" node" ],
67 "allowSyntheticDefaultImports" : true ,
78 "noImplicitAny" : true ,
89 "target" : " es5" ,
910 "jsx" : " react" ,
1011 "allowJs" : false ,
1112 "moduleResolution" : " node" ,
1213 "esModuleInterop" : true ,
14+ "skipLibCheck" : true ,
1315 "strictNullChecks" : true ,
1416 "rootDir" : " ./src" ,
1517 "outDir" : " ./dist" ,
You can’t perform that action at this time.
0 commit comments