-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
31 lines (31 loc) · 859 Bytes
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"jsx": "react",
"jsx": "react",
"strict": true,
"paths": {
"@/*": ["./*"]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts",
"app/index.jsx",
"app/_layout.jsx",
"app/_layout.jsx",
"components/common/cards/popular/PopularJobCard.jsx",
"components/common/header/ScreenHeaderBtn.jsx",
"constants/images.js",
"components/jobdetails/tabs/Tabs.jsx",
"components/jobdetails/tabs/tabs.style.js",
"components/jobdetails/tabs/tabs.style.js",
"components/common/cards/nearby/NearbyJobCard.jsx",
"components/jobdetails/footer/Footer.jsx",
"components/jobdetails/about/About.jsx",
"components/jobdetails/specifics/Specifics.jsx",
"components/jobdetails/company/Company.jsx"
]
}