Skip to content

Commit

Permalink
fix (react-native): typescript lib schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vajagesignify committed Sep 19, 2024
1 parent 9e21252 commit aafb2f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"outDir": "<%= offsetFromRoot %>dist/out-tsc",
"types": ["node"]
},
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.spec.tsx", "src/**/*.test.ts", "src/**/*.test.tsx", "src/test-setup.ts"],
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.test.tsx", "src/**/*.spec.ts", "src/**/*.spec.tsx", "src/test-setup.ts"],
"include": ["src/**/*.js", "src/**/*.jsx", "src/**/*.ts", "src/**/*.tsx"]
}

0 comments on commit aafb2f1

Please sign in to comment.