Guest User

Untitled

a guest
Nov 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. "paths": { "@/*": ["src/*"] },
  2.  
  3. import Test from '@/Test';
  4.  
  5. {
  6. "compilerOptions": {
  7. "target": "es5",
  8. "module": "commonjs",
  9. "strict": true,
  10. "baseUrl": "./",
  11. "paths": { "@/*": ["src/*"] },
  12. "esModuleInterop": true
  13. }
  14. }
Add Comment
Please, Sign In to add comment