joplin/packages/react-native-saf-x/tsconfig.json

11 lines
155 B
JSON

{
"extends": "../../tsconfig.json",
"include": [
"**/*.ts",
"**/*.tsx",
],
"exclude": [
"**/node_modules",
"build/**/*",
],
}