12345678910
  1. {
  2. "compilerOptions": {
  3. "baseUrl": ".",
  4. "paths": {
  5. "@/*": [
  6. "./src/*"
  7. ]
  8. }
  9. }
  10. }