diff --git a/tsconfig.doc.json b/tsconfig.doc.json index b2c9f8ef..d0bd5766 100644 --- a/tsconfig.doc.json +++ b/tsconfig.doc.json @@ -3,7 +3,7 @@ "extends": "./tsconfig", "exclude": ["example"], "typedocOptions": { - "exclude": [ "**/node_modules/**/*.*", "example/" ], + "exclude": [ "**/node_modules/**/*.*", "example/", "expo-example/" ], "entryPoints": ["src/index.ts"], "readme": "./README.MD", "name": "image marker for rn",