diff --git a/.changeset/tricky-crabs-fetch.md b/.changeset/tricky-crabs-fetch.md new file mode 100644 index 00000000000..ef13085d29b --- /dev/null +++ b/.changeset/tricky-crabs-fetch.md @@ -0,0 +1,5 @@ +--- +'@clerk/clerk-expo': patch +--- + +Fixed missing declaration files. diff --git a/packages/expo/tsconfig.declarations.json b/packages/expo/tsconfig.declarations.json index a1c4fc7c0f2..30037049bb1 100644 --- a/packages/expo/tsconfig.declarations.json +++ b/packages/expo/tsconfig.declarations.json @@ -1,6 +1,8 @@ { "extends": "./tsconfig.json", "compilerOptions": { + "rootDir": "./src", + "incremental": false, "skipLibCheck": true, "noEmit": false, "declaration": true,