fix(build): remove deprecated allowimplicitany flag from build script
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-04-30 - 2.0.3 - fix(build)
|
||||||
|
remove deprecated allowimplicitany flag from build script
|
||||||
|
|
||||||
|
- Updates the package build script to invoke tsbuild without the extra allowimplicitany option.
|
||||||
|
|
||||||
## 2026-03-24 - 2.0.2 - fix(build)
|
## 2026-03-24 - 2.0.2 - fix(build)
|
||||||
migrate package metadata to smartconfig and refresh build configuration
|
migrate package metadata to smartconfig and refresh build configuration
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(pnpm run build && node ./cli.js test/test.js sayhello)",
|
"test": "(pnpm run build && node ./cli.js test/test.js sayhello)",
|
||||||
"format": "(gitzone format)",
|
"format": "(gitzone format)",
|
||||||
"build": "(tsbuild --allowimplicitany)",
|
"build": "(tsbuild)",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsrun',
|
name: '@git.zone/tsrun',
|
||||||
version: '2.0.2',
|
version: '2.0.3',
|
||||||
description: 'run typescript programs efficiently'
|
description: 'run typescript programs efficiently'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user