Files
ArtisanConnectFrontend/ArtisanConnect/tsconfig.json
Patryk 83ee244190 Revert "del init"
This reverts commit 6667a41adc.
2025-04-04 20:36:50 +02:00

20 lines
263 B
JSON

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