Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. {
  2. "include": ["./src/**/*"],
  3. "compilerOptions": {
  4. "baseUrl": ".",
  5. "paths": {
  6. "@/*": ["./src/*"]
  7. }
  8. },
  9. "exclude": ["node_modules"]
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement