-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathknip.json
More file actions
21 lines (21 loc) · 645 Bytes
/
Copy pathknip.json
File metadata and controls
21 lines (21 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"workspaces": {
"packages/react-native-screen-transitions": {
"entry": ["src/**/index.ts"],
"project": ["src/**/*.{ts,tsx}"],
"ignore": [
"src/**/*.native.tsx",
"src/**/__tests__/**",
"src/native-stack/controllers/**",
"src/native-stack/utils/**",
"src/native-stack/views/FontProcessor.tsx",
"src/native-stack/views/useHeaderConfigProps.tsx",
"src/shared/utils/gesture/check-gesture-activation.ts"
],
"ignoreDependencies": [
"@react-native-masked-view/masked-view"
]
}
}
}