diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 409a613d7..4cae9d24f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,11 +2,12 @@ "extends": "@tsconfig/react-native/tsconfig.json", "compilerOptions": { "jsx": "react-jsx", + "types": ["node"], "paths": { "lib/*": ["./src/lib/*"], "platform/*": ["./src/platform/*"], "state/*": ["./src/state/*"], - "view/*": ["./src/view/*"], + "view/*": ["./src/view/*"] } } } |