diff options
Diffstat (limited to 'packages/mobile/tsconfig.json')
| -rw-r--r-- | packages/mobile/tsconfig.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/mobile/tsconfig.json b/packages/mobile/tsconfig.json new file mode 100644 index 00000000..84d97cb0 --- /dev/null +++ b/packages/mobile/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "expo/tsconfig.base", + "compilerOptions": { + "strict": true, + "baseUrl": ".", + "paths": { + "@/*": ["./*"] + } + } +} |
