Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {
  2. // This file is required for VSCode to understand webpack aliases
  3. "compilerOptions": {
  4. // This must be specified if "paths" is set
  5. "baseUrl": ".",
  6. // Relative to "baseUrl"
  7. "paths": {
  8. "@/*": ["./src/*"],
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement