Hitungduit_25412011/tsconfig.json
jakteknikdotcom 86c425298c Initial commit
Generated by create-expo-app 3.5.3.
2026-04-18 14:10:47 +07:00

18 lines
242 B
JSON

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