1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00
p61-project/tsconfig.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"]
}