tsconfig.json 289 B

1234567891011121314151617
  1. {
  2. "files": [],
  3. "references": [
  4. {
  5. "path": "./tsconfig.node.json"
  6. },
  7. {
  8. "path": "./tsconfig.app.json"
  9. },
  10. {
  11. "path": "./tsconfig.vitest.json"
  12. }
  13. ],
  14. "compilerOptions": {
  15. "types": ["unplugin-vue-i18n/client"] // 显式引入类型定义
  16. }
  17. }