Skip to content

Commit 8cad5b6

Browse files
committed
chore: wip
1 parent dd7d749 commit 8cad5b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/bun-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ function normalizeConfig(options: PluginConfig, build: PluginConfig['build']): D
6161

6262
export type { DtsGenerationOption }
6363

64-
export default dts
64+
export default dts

packages/bun-plugin/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"include": [
77
"./src/**/*.ts"
88
]
9-
}
9+
}

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"forceConsistentCasingInFileNames": true,
3131
"isolatedDeclarations": true,
3232
"verbatimModuleSyntax": true,
33-
"skipLibCheck": true,
34-
"skipDefaultLibCheck": true
33+
"skipDefaultLibCheck": true,
34+
"skipLibCheck": true
3535
},
3636
"include": [
3737
"packages/*/src/**/*.ts"

0 commit comments

Comments
 (0)