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.

16 lines
275 B

2 years ago
  1. {
  2. "extends": "@vue/tsconfig/tsconfig.web.json",
  3. "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
  4. "compilerOptions": {
  5. "baseUrl": ".",
  6. "paths": {
  7. "@/*": ["./src/*"]
  8. }
  9. },
  10. "references": [
  11. {
  12. "path": "./tsconfig.config.json"
  13. }
  14. ]
  15. }