Im即时通讯-web端代码
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

1 yıl önce
123456789101112131415161718
  1. {
  2. "extends": "@vue/tsconfig/tsconfig.dom.json",
  3. "include": ["env.d.ts",
  4. "examples/**/*",
  5. "packages/**/*",
  6. "examples/**/*.vue"
  7. ],
  8. "exclude": [
  9. "examples/**/__tests__/*"
  10. ],
  11. "compilerOptions": {
  12. "composite": true,
  13. "baseUrl": ".",
  14. "paths": {
  15. "@/*": ["./examples/*"]
  16. }
  17. }
  18. }