Первая версия мобильного приложения
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"extends": "expo/tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"noImplicitOverride": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
]
|
||||
},
|
||||
"types": [
|
||||
"vitest/globals"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"app",
|
||||
"src",
|
||||
"tests",
|
||||
"app.config.ts",
|
||||
"expo-env.d.ts",
|
||||
".expo/types/**/*.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user