| 123456789101112131415161718192021222324252627282930313233 |
- {
- "externalSymbolLinkMappings": {
- "@types/three": {
- "*": "https://threejs.org/docs"
- },
- "three": {
- "*": "https://threejs.org/docs/"
- },
- "ts-browser-helpers": {
- "*": "https://repalash.com/ts-browser-helpers"
- },
- "uiconfig.js": {
- "*": "https://repalash.com/uiconfig.js"
- },
- "uiconfig-tweakpane": {
- "*": "https://repalash.com/uiconfig-tweakpane"
- }
- },
- "entryPoints": [
- "src/index.ts"
- ],
- "name": "ThreePipe",
- "excludeExternals": true,
- "readme": "none",
- "categorizeByGroup": false,
- "categoryOrder": [
- "Viewer", "Plugins", "Asset Manager", "*", "Others"
- ],
- "externalPattern": [
- "**/node_modules/**",
- "**/three-ts-types/**"
- ]
- }
|