expo-duooomi-app/tsconfig.json

15 lines
351 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"jsx": "react-native",
"baseUrl": ".",
"lib": ["ES2020", "DOM"],
"paths": {
"@/*": ["./*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "nativewind-env.d.ts"],
"exclude": ["scripts/**/*", "storage.ts"]
}