feat: whyrating - initial project from turbostarter boilerplate
This commit is contained in:
20
apps/mobile/tsconfig.json
Normal file
20
apps/mobile/tsconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user