text-brush / app /tsconfig.json
Iliya Zhechev
App initial commit with bare bones app
0924f9b
raw
history blame contribute delete
No virus
85 Bytes
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true
}
}