jsconfig.json 184 B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "baseUrl": "./",
  4. "paths": {
  5. "@/*": ["src/*"]
  6. }
  7. },
  8. "exclude": ["node_modules", "dist"],
  9. "vueCompilerOptions": {
  10. "target": 2.7
  11. }
  12. }