Fixed doc output
This commit is contained in:
		@@ -21,7 +21,7 @@
 | 
				
			|||||||
	},
 | 
						},
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
		"build": "npx tsc && npx vite build",
 | 
							"build": "npx tsc && npx vite build",
 | 
				
			||||||
		"docs": "typedoc --plugin typedoc-plugin-markdown --hidePageHeader --out ./docs --entryPoints src/**/*.ts",
 | 
							"docs": "typedoc --plugin typedoc-plugin-markdown --cleanOutputDir false --outputFileStrategy modules --hidePageHeader --out ./docs --entryPoints src/**/*.ts --readme none --entryFileName Home",
 | 
				
			||||||
		"test": "npx jest",
 | 
							"test": "npx jest",
 | 
				
			||||||
		"test:coverage": "npx jest --coverage",
 | 
							"test:coverage": "npx jest --coverage",
 | 
				
			||||||
		"watch": "npx vite build --watch"
 | 
							"watch": "npx vite build --watch"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user