fix(exports): Fixed duplicate file compilation in compileGlobStringObject, fixes #1

This commit is contained in:
2025-03-04 19:41:05 +00:00
parent 1f9870ffbb
commit 289421206c
6 changed files with 245 additions and 92 deletions

View File

@ -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"
]
}
}