diff --git a/tsconfig.json b/tsconfig.json index 20e6bcbb4..14aa44a51 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,10 @@ { - "extends": "@react-native/typescript-config/tsconfig.json" + "extends": "@react-native/typescript-config/tsconfig.json", + "compilerOptions": { + "baseUrl": "src", + "paths": { + "*": ["*"] + }, + "moduleResolution": "node" + } } \ No newline at end of file