前端转vue
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 1 месец
123456789101112
  1. {
  2. "extends": "@vue/tsconfig/tsconfig.web.json",
  3. "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
  4. "exclude": ["src/**/__tests__/*"],
  5. "compilerOptions": {
  6. "composite": true,
  7. "baseUrl": ".",
  8. "paths": {
  9. "@/*": ["./src/*"]
  10. }
  11. }
  12. }