diff --git a/benchmarks/src/storage.ts b/benchmarks/src/storage.ts index aab9287..9bb469e 100644 --- a/benchmarks/src/storage.ts +++ b/benchmarks/src/storage.ts @@ -2,6 +2,7 @@ import type { Storage, StorageValue } from 'unstorage' import type { EvaluationResult } from './types' import * as path from 'node:path' import { createStorage } from 'unstorage' +// @ts-expect-error: No types available import fsDriver from 'unstorage/drivers/fs' import { BENCHMARKS_DIR } from './constants'