Skip to content

Commit 9156cdd

Browse files
🔄 synced local 'tsconfig.json' with remote 'tsconfig.json'
1 parent db88075 commit 9156cdd

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

tsconfig.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
{
2-
"extends": "@react-native/typescript-config/tsconfig.json"
2+
"extends": "expo/tsconfig.base",
3+
"compilerOptions": {
4+
"strict": true,
5+
"jsx": "react-native",
6+
"paths": {
7+
"@/*": [
8+
"./*"
9+
],
10+
"@features/*": [
11+
"./features/*"
12+
],
13+
"@redux/*": [
14+
"./redux/*"
15+
]
16+
}
17+
},
18+
"include": [
19+
"**/*.ts",
20+
"**/*.tsx",
21+
".expo/types/**/*.ts",
22+
"expo-env.d.ts"
23+
]
324
}

0 commit comments

Comments
 (0)