expo-web/config/tsconfig.client.json

11 lines
157 B
JSON
Raw Permalink Normal View History

2020-11-20 18:25:46 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "es5",
"declarationDir": "../dist/types"
},
"include": [
"../src/client/**/*"
]
}