chore: fix type issue

This commit is contained in:
Johann Schopplich
2025-11-02 18:34:00 +01:00
parent 8977c8c7d6
commit c1527dcf80

View File

@@ -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'