国外MOSE官网
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.

22 lines
503 B

2 weeks ago
2 weeks ago
2 weeks ago
  1. {
  2. "extends": "@vue/tsconfig/tsconfig.dom.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. "types": ["vite/client"],
  12. "verbatimModuleSyntax": false,
  13. "moduleResolution": "bundler",
  14. "allowSyntheticDefaultImports": true,
  15. "esModuleInterop": true
  16. },
  17. "references": [
  18. {
  19. "path": "./tsconfig.node.json"
  20. }
  21. ]
  22. }