10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"extends": ["expo/tsconfig.base", "../../tsconfig.json"],
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".expo/types/**/*.ts",
|
|
"expo-env.d.ts"
|
|
]
|
|
}
|