Files
self/app/tsconfig.json
thomas-senechal 126711d326 First lint and fmt pass
This commit is a first pass of lint and fmt, with a few manual fixes. Only manual issues left to do.
2025-01-06 18:54:46 +01:00

8 lines
179 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"lib": ["dom", "esnext"]
},
"typeRoots": ["./node_modules/@types", "./src/types"]
}