threepipe
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "externalSymbolLinkMappings": {
  3. "@types/three": {
  4. "*": "https://threejs.org/docs"
  5. },
  6. "three": {
  7. "*": "https://threejs.org/docs/"
  8. },
  9. "ts-browser-helpers": {
  10. "*": "https://repalash.com/ts-browser-helpers"
  11. },
  12. "uiconfig.js": {
  13. "*": "https://repalash.com/uiconfig.js"
  14. },
  15. "uiconfig-tweakpane": {
  16. "*": "https://repalash.com/uiconfig-tweakpane"
  17. }
  18. },
  19. "entryPoints": [
  20. "src/index.ts"
  21. ],
  22. "name": "ThreePipe",
  23. "excludeExternals": true,
  24. "readme": "none",
  25. "categorizeByGroup": false,
  26. "categoryOrder": [
  27. "Viewer", "Plugins", "Asset Manager", "*", "Others"
  28. ],
  29. "externalPattern": [
  30. "**/node_modules/**",
  31. "**/three-ts-types/**"
  32. ]
  33. }