Fix npm package size
This commit is contained in:
parent
4983da3577
commit
2c5ea04939
@ -22,8 +22,7 @@
|
|||||||
"ios/**/*.swift",
|
"ios/**/*.swift",
|
||||||
"ios/VisionCamera.xcodeproj/project.pbxproj",
|
"ios/VisionCamera.xcodeproj/project.pbxproj",
|
||||||
"VisionCamera.podspec",
|
"VisionCamera.podspec",
|
||||||
"README.md",
|
"README.md"
|
||||||
"docs"
|
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"importsNotUsedAsValues": "error",
|
"importsNotUsedAsValues": "error",
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"jsx": "react",
|
"jsx": "react-native",
|
||||||
"lib": ["esnext"],
|
"lib": ["esnext"],
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
Loading…
Reference in New Issue
Block a user