Files
whyrating/apps/mobile/tsconfig.json
2026-02-04 01:55:00 +01:00

21 lines
356 B
JSON

{
"extends": "@turbostarter/tsconfig/base.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
},
"jsx": "react-jsx",
"checkJs": false
},
"include": [
"src/**/*",
"*.ts",
"*.js",
".expo/types/**/*.ts",
"expo-env.d.ts",
"uniwind-types.d.ts"
],
"exclude": ["node_modules"]
}