This is an old revision of the document!
Absolute Imports
Add the following to jsconfig.json (or tsconfig.json)
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}
This is an old revision of the document!
Add the following to jsconfig.json (or tsconfig.json)
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}