Im即时通讯-web端代码
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.

tsconfig.app.json 320B

1 vuosi sitten
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. }