ComicMTL / frontend /tsconfig.json
BloodyInside's picture
firsty
947c08e
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
, "app/(tabs)/_layout.tsx", "app/App.tsx.old", "declarations.d.ts" ]
}