Change for ts config: importsNotUsedAsValues

This commit is contained in:
timongh 2023-01-29 01:03:51 +08:00
parent 7a248529bb
commit 9fd23d6507
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { Package } from '..'
import type { Package } from '..'
export const pack: Package = {
name: 'cleaner',

View File

@ -1,4 +1,4 @@
import { Package } from '..'
import type { Package } from '..'
export const pack: Package = {
name: 'downloader',

View File

@ -1,4 +1,4 @@
import { Package } from '..'
import type { Package } from '..'
export const pack: Package = {
name: 'starter',