diff --git a/tsconfig.json b/tsconfig.json index 400bbd5..1e8ad52 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,5 +26,6 @@ "strict": true, "target": "ESNext", "verbatimModuleSyntax": true - } + }, + "exclude": ["**/node_modules", "examples/expo-example", "lib"] }