chore: use project references for typescript

This commit is contained in:
Satyajit Sahoo
2020-01-12 09:21:35 +01:00
parent 324fad33ef
commit f1f5b7197c
22 changed files with 209 additions and 102 deletions

View File

@@ -3,11 +3,11 @@
"baseUrl": ".",
"paths": {
"@react-navigation/*": [
"./packages/*/src",
"./packages/*/lib/typescript"
"./packages/*/src"
],
"use-subscription": ["./typings/use-subscription.d"]
},
"composite": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,