Since I can't comment on a prior post...
In addition to the answer above by valentineProjects...
"compilerOptions": {
"rootDir": "src",
"baseUrl": "src"
}
You might also have to change the VSCode preferences for typescript.preferences.importModuleSpecifier to "non-relative". The default is "shortest" which caused me to still get ./ paths.