mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 21:06:45 +08:00 
			
		
		
		
	chore: typedoc api reference theme 1.0.0 (#9379)
This commit is contained in:
		@ -54,6 +54,7 @@
 | 
				
			|||||||
    "mocha-typescript": "^1.1.17",
 | 
					    "mocha-typescript": "^1.1.17",
 | 
				
			||||||
    "module-alias": "^2.2.2",
 | 
					    "module-alias": "^2.2.2",
 | 
				
			||||||
    "nativescript": "~7.2.0",
 | 
					    "nativescript": "~7.2.0",
 | 
				
			||||||
 | 
					    "nativescript-typedoc-theme": "1.0.0",
 | 
				
			||||||
    "parse-css": "git+https://github.com/tabatkins/parse-css.git",
 | 
					    "parse-css": "git+https://github.com/tabatkins/parse-css.git",
 | 
				
			||||||
    "parserlib": "^1.1.1",
 | 
					    "parserlib": "^1.1.1",
 | 
				
			||||||
    "prettier": "~2.2.1",
 | 
					    "prettier": "~2.2.1",
 | 
				
			||||||
 | 
				
			|||||||
@ -25,7 +25,7 @@
 | 
				
			|||||||
		"entryPoints": ["../../packages/core/index.d.ts", "../../packages/core"],
 | 
							"entryPoints": ["../../packages/core/index.d.ts", "../../packages/core"],
 | 
				
			||||||
		"out": "dist/apiref",
 | 
							"out": "dist/apiref",
 | 
				
			||||||
		"name": "NativeScript",
 | 
							"name": "NativeScript",
 | 
				
			||||||
		"theme": "/Users/janoshrubosimac/Code/nativescript-typedoc-theme",
 | 
							"theme": "../../node_modules/nativescript-typedoc-theme",
 | 
				
			||||||
		"excludeExternals": true,
 | 
							"excludeExternals": true,
 | 
				
			||||||
		"externalPattern": "**/+(tns-core-modules|module).d.ts",
 | 
							"externalPattern": "**/+(tns-core-modules|module).d.ts",
 | 
				
			||||||
		"exclude": ["../../packages/core/__tests__", "../../packages/core/**/*.ts"]
 | 
							"exclude": ["../../packages/core/__tests__", "../../packages/core/**/*.ts"]
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user