通用IM方案JavaScript端sdk
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.

25 lines
378B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "esnext",
  5. "baseUrl": "./",
  6. "types": [
  7. "@dcloudio/types",
  8. "miniprogram-api-typings",
  9. "mini-types"
  10. ],
  11. "moduleResolution": "node",
  12. "paths": {
  13. "@/*": [
  14. "src/*"
  15. ]
  16. },
  17. "lib": [
  18. "esnext",
  19. "dom",
  20. "dom.iterable",
  21. "scripthost"
  22. ]
  23. }
  24. }