Skip to content

Instantly share code, notes, and snippets.

@louicoder
Created February 14, 2023 12:32
Show Gist options
  • Save louicoder/08f04e2597ac545db8c211ea5c0b98db to your computer and use it in GitHub Desktop.
Save louicoder/08f04e2597ac545db8c211ea5c0b98db to your computer and use it in GitHub Desktop.
This is a file that helps you with shortening file imports in Javascript projects
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"src/*": [
"./src/*"
]
}
},
"include": [
"src"
],
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment