Skip to content

Commit 5fe49e5

Browse files
committed
ts
1 parent 29abc03 commit 5fe49e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/app/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"types": ["nativewind/types"],
77
"baseUrl": ".",
88
"paths": {
9-
"~/*": ["src/*"],
10-
},
9+
"~/*": ["src/*"]
10+
}
1111
},
1212
"include": ["expo-plugins", "src", "app.config.ts", "index.js", ".expo/types/**/*.ts", "expo-env.d.ts"],
13-
"exclude": ["node_modules"],
13+
"exclude": ["node_modules"]
1414
}

0 commit comments

Comments
 (0)