Files
ytdownloader/tsconfig.json
Poyraz a9f08271c4 Initial commit
Generated by create-expo-app 3.5.1.
2025-08-20 15:50:35 +03:00

18 lines
242 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}