diff --git a/package.json b/package.json index 1a0614ef..166e3df3 100644 --- a/package.json +++ b/package.json @@ -165,5 +165,10 @@ } ] ] + }, + "codegenConfig": { + "name": "reactnativemmkv", + "type": "modules", + "jsSrcsDir": "./lib/module" } }