Skip to content

Commit 555ef6a

Browse files
committed
fix(config): copy global.d.ts on migrate
1 parent f9c73fa commit 555ef6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/migrate/migrate-4-5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ function updateConfigDir() {
237237
const libConfigPathDir = resolve(PACKAGE_ROOT, 'config')
238238

239239
/** @type {string[]} */
240-
const cpFiles = []
240+
const cpFiles = ['global.d.ts']
241241
/** @type {string[]} */
242242
const rmFiles = ['prettier.config.js']
243243

0 commit comments

Comments
 (0)