fix: Shared pkgs importeren
This commit is contained in:
		
							parent
							
								
									b6e07d28df
								
							
						
					
					
						commit
						9470a4ddf9
					
				
					 95 changed files with 160 additions and 142 deletions
				
			
		|  | @ -1,16 +1,19 @@ | |||
| { | ||||
|     "name": "dwengo-1-common", | ||||
|     "name": "@dwengo-1/common", | ||||
|     "version": "0.1.1", | ||||
|     "description": "Common types and utilities for Dwengo-1", | ||||
|     "private": true, | ||||
|     "type": "module", | ||||
|     "files": [ "./dist" ], | ||||
|     "scripts": { | ||||
|         "build": "tsc --project tsconfig.json", | ||||
|         "build": "tsc --build", | ||||
|         "clean": "tsc --build --clean", | ||||
|         "watch": "tsc --build --watch", | ||||
|         "format": "prettier --write src/", | ||||
|         "format-check": "prettier --check src/", | ||||
|         "lint": "eslint . --fix" | ||||
|     }, | ||||
|     "exports": { | ||||
|         "./src/*": "./dist/*" | ||||
|         "./*": "./dist/*.js" | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Reference in a new issue