fefe70126d
* `oauth-client-expo` * working on android * remove example app * tidy * tidy * Do not install full expo * tidy * chngeset * chngeset * load expo * tidy
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"extends": ["../../../tsconfig/expo.json"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./src"]
|
|
}
|