Files
info-tager-mobile/tsconfig.json
Samandar Turgunboyev 124798419b fitst commit
2026-01-28 18:26:50 +05:00

12 lines
280 B
JSON

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