mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
chore: fix type issue
This commit is contained in:
@@ -2,6 +2,7 @@ import type { Storage, StorageValue } from 'unstorage'
|
|||||||
import type { EvaluationResult } from './types'
|
import type { EvaluationResult } from './types'
|
||||||
import * as path from 'node:path'
|
import * as path from 'node:path'
|
||||||
import { createStorage } from 'unstorage'
|
import { createStorage } from 'unstorage'
|
||||||
|
// @ts-expect-error: No types available
|
||||||
import fsDriver from 'unstorage/drivers/fs'
|
import fsDriver from 'unstorage/drivers/fs'
|
||||||
import { BENCHMARKS_DIR } from './constants'
|
import { BENCHMARKS_DIR } from './constants'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user