Encrypted-Chat-Client/tsconfig.json

8 lines
160 B
JSON
Raw Normal View History

2024-12-15 14:40:35 +00:00
{
"extends": "./tsconfig.base",
"compilerOptions": {
"strict": true
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
}