fix: Missing modules (?)
This commit is contained in:
		
							parent
							
								
									358dcb07e0
								
							
						
					
					
						commit
						2866894707
					
				
					 8 changed files with 27 additions and 22 deletions
				
			
		|  | @ -5,8 +5,12 @@ | |||
|     "private": true, | ||||
|     "type": "module", | ||||
|     "scripts": { | ||||
|         "build": "tsc --project tsconfig.json", | ||||
|         "format": "prettier --write src/", | ||||
|         "format-check": "prettier --check src/", | ||||
|         "lint": "eslint . --fix" | ||||
|     }, | ||||
|     "exports": { | ||||
|         "./src/*": "./dist/*" | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Reference in a new issue