Sunil
Results
2
comments of
Sunil
doesn't seem like create-react-app issue just add these properties to tsconfig.json { "compilerOptions": { "baseUrl": "./src", }, "include":["src"] } or import like "./services" instead of "services"
@Vincent-Alexandrine Probably caching issue i guess. I don't use typescript much but whenever i use it the typescript linting lags a bit.