mirror of
https://github.com/khairul169/vaulterm.git
synced 2025-06-18 01:29:37 +07:00
18 lines
242 B
JSON
18 lines
242 B
JSON
|
{
|
||
|
"extends": "expo/tsconfig.base",
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"paths": {
|
||
|
"@/*": [
|
||
|
"./*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"include": [
|
||
|
"**/*.ts",
|
||
|
"**/*.tsx",
|
||
|
".expo/types/**/*.ts",
|
||
|
"expo-env.d.ts"
|
||
|
]
|
||
|
}
|