Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit d0fa3e0

Browse files
committed
chore: add TypeScript configuration file
1 parent 6619efe commit d0fa3e0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tsconfig.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": "expo/tsconfig.base",
3+
"compilerOptions": {
4+
"strict": true,
5+
"paths": {
6+
"@/*": ["./src/*"]
7+
}
8+
},
9+
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
10+
}

0 commit comments

Comments
 (0)