mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 12:58:38 +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",
 | 
			
		||||
    "module-alias": "^2.2.2",
 | 
			
		||||
    "nativescript": "~7.2.0",
 | 
			
		||||
    "nativescript-typedoc-theme": "1.0.0",
 | 
			
		||||
    "parse-css": "git+https://github.com/tabatkins/parse-css.git",
 | 
			
		||||
    "parserlib": "^1.1.1",
 | 
			
		||||
    "prettier": "~2.2.1",
 | 
			
		||||
 | 
			
		||||
@ -25,7 +25,7 @@
 | 
			
		||||
		"entryPoints": ["../../packages/core/index.d.ts", "../../packages/core"],
 | 
			
		||||
		"out": "dist/apiref",
 | 
			
		||||
		"name": "NativeScript",
 | 
			
		||||
		"theme": "/Users/janoshrubosimac/Code/nativescript-typedoc-theme",
 | 
			
		||||
		"theme": "../../node_modules/nativescript-typedoc-theme",
 | 
			
		||||
		"excludeExternals": true,
 | 
			
		||||
		"externalPattern": "**/+(tns-core-modules|module).d.ts",
 | 
			
		||||
		"exclude": ["../../packages/core/__tests__", "../../packages/core/**/*.ts"]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user