mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 10:51:19 +00:00
19 lines
286 B
JSON
19 lines
286 B
JSON
![]() |
{
|
||
|
"extends": "expo/tsconfig.base",
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"~/*": [
|
||
|
"*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.ts",
|
||
|
"**/*.tsx",
|
||
|
".expo/types/**/*.ts",
|
||
|
"expo-env.d.ts",
|
||
|
"nativewind-env.d.ts"
|
||
|
]
|
||
|
}
|