fix(exports): Fixed duplicate file compilation in compileGlobStringObject, fixes #1
This commit is contained in:
		
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
								
							@@ -2,7 +2,7 @@
 | 
			
		||||
  "name": "@git.zone/tsbuild",
 | 
			
		||||
  "version": "2.2.2",
 | 
			
		||||
  "private": false,
 | 
			
		||||
  "description": "TypeScript nightly to easily make use of latest features",
 | 
			
		||||
  "description": "A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.",
 | 
			
		||||
  "main": "dist_ts/index.js",
 | 
			
		||||
  "typings": "dist_ts/index.d.ts",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
@@ -19,7 +19,15 @@
 | 
			
		||||
    "url": "git+ssh://git@gitlab.com/pushrocks/tsn.git"
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [
 | 
			
		||||
    "TypeScript"
 | 
			
		||||
    "TypeScript",
 | 
			
		||||
    "compilation",
 | 
			
		||||
    "nightly features",
 | 
			
		||||
    "CLI tool",
 | 
			
		||||
    "file compilation",
 | 
			
		||||
    "glob patterns",
 | 
			
		||||
    "compiler options",
 | 
			
		||||
    "development",
 | 
			
		||||
    "API"
 | 
			
		||||
  ],
 | 
			
		||||
  "author": "Lossless GmbH",
 | 
			
		||||
  "license": "MIT",
 | 
			
		||||
@@ -58,4 +66,4 @@
 | 
			
		||||
  "browserslist": [
 | 
			
		||||
    "last 1 chrome versions"
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user