threepipe
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

typedoc.json 692B

12345678910111213141516171819202122232425262728
  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. },
  16. "entryPoints": ["src/index.ts"],
  17. "name": "ThreePipe",
  18. "excludeExternals": true,
  19. "readme": "none",
  20. "categorizeByGroup": false,
  21. "categoryOrder": [
  22. "Viewer", "*", "Others"
  23. ],
  24. "externalPattern": [
  25. "**/node_modules/**",
  26. "**/three-ts-types/**"
  27. ]
  28. }