34 lines
No EOL
551 B
JSON
Executable file
34 lines
No EOL
551 B
JSON
Executable file
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
],
|
|
"shared-types": [
|
|
"../shared-types"
|
|
],
|
|
"common-ui": [
|
|
"../../packages/ui"
|
|
],
|
|
"common-ui/*": [
|
|
"../../packages/ui/*"
|
|
]
|
|
},
|
|
"moduleSuffixes": [
|
|
".ios",
|
|
".android",
|
|
".native",
|
|
".web",
|
|
""
|
|
],
|
|
"jsx": "react-native"
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".expo/types/**/*.ts",
|
|
"expo-env.d.ts",
|
|
]
|
|
} |