Answers for "tsconfig path if you are sure the module exists, try these steps:"

1

tsconfig path if you are sure the module exists, try these steps:

//One path to resolve this error is:

//Add a package.json file with the content: {"name": "@services"} 
//in services folder.

//The import must be 
import TheService from '@services/the_service';

// React-native and TypeScript use individual methods to find 
// files with absolute paths. This way fix this error to me :)
Posted by: Guest on July-30-2021

Code answers related to "tsconfig path if you are sure the module exists, try these steps:"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language