mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
19 lines
454 B
JSON
19 lines
454 B
JSON
{
|
|
"extends": ["@tsconfig/strictest/tsconfig.json", "expo/tsconfig.base"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": false,
|
|
"allowJs": false,
|
|
"checkJs": false,
|
|
"types": [
|
|
"@total-typescript/ts-reset",
|
|
"jest",
|
|
"@testing-library/react-native/extend-expect"
|
|
],
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
|
|
}
|