mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 15:18:18 -05:00
This commit is a first pass of lint and fmt, with a few manual fixes. Only manual issues left to do.
8 lines
179 B
JSON
8 lines
179 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "esnext"]
|
|
},
|
|
"typeRoots": ["./node_modules/@types", "./src/types"]
|
|
}
|