国外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.

24 lines
574 B

2 weeks ago
1 week ago
1 week ago
1 week ago
2 weeks ago
2 weeks ago
  1. {
  2. "extends": "@vue/tsconfig/tsconfig.dom.json",
  3. "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "src/types/*.d.ts"],
  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": "node",
  14. "allowSyntheticDefaultImports": true,
  15. "esModuleInterop": true,
  16. "skipLibCheck": true,
  17. "noImplicitAny": false
  18. },
  19. "references": [
  20. {
  21. "path": "./tsconfig.node.json"
  22. }
  23. ]
  24. }