Skip to content

Commit 171fba2

Browse files
chore: reduce tsdown log verbosity and fail on warnings (#465)
Co-authored-by: Junie <junie@jetbrains.com>
1 parent 0bdd6e6 commit 171fba2

6 files changed

Lines changed: 12 additions & 0 deletions

File tree

packages/openapi-code-generator/tsdown.config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export default defineConfig({
88
target: "esnext",
99
dts: true,
1010
sourcemap: true,
11+
failOnWarn: true,
12+
logLevel: "warn",
1113
publint: true,
1214
attw: {profile: "node16"},
1315

packages/typescript-axios-runtime/tsdown.config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export default defineConfig({
88
target: "esnext",
99
dts: true,
1010
sourcemap: true,
11+
failOnWarn: true,
12+
logLevel: "warn",
1113
publint: true,
1214
attw: {profile: "node16"},
1315

packages/typescript-common-runtime/tsdown.config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export default defineConfig({
1414
target: "esnext",
1515
dts: true,
1616
sourcemap: true,
17+
failOnWarn: true,
18+
logLevel: "warn",
1719
publint: true,
1820
attw: {profile: "node16"},
1921

packages/typescript-express-runtime/tsdown.config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export default defineConfig({
1414
target: "esnext",
1515
dts: true,
1616
sourcemap: true,
17+
failOnWarn: true,
18+
logLevel: "warn",
1719
publint: true,
1820
attw: {profile: "node16"},
1921

packages/typescript-fetch-runtime/tsdown.config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export default defineConfig({
1313
target: "esnext",
1414
dts: true,
1515
sourcemap: true,
16+
failOnWarn: true,
17+
logLevel: "warn",
1618
publint: true,
1719
attw: {profile: "node16"},
1820

packages/typescript-koa-runtime/tsdown.config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export default defineConfig({
1414
target: "esnext",
1515
dts: true,
1616
sourcemap: true,
17+
failOnWarn: true,
18+
logLevel: "warn",
1719
publint: true,
1820
attw: {profile: "node16"},
1921

0 commit comments

Comments
 (0)