Skip to content

Instantly share code, notes, and snippets.

@onlyoneaman
Created August 21, 2021 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onlyoneaman/d253a21c19fee668cd4a8a1e4c3120a6 to your computer and use it in GitHub Desktop.
Save onlyoneaman/d253a21c19fee668cd4a8a1e4c3120a6 to your computer and use it in GitHub Desktop.
tsconfig.json for Absolute Imports
{
"compilerOptions": {
...,
"baseUrl": "src"
},
"include": [
"src"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment