chore: remove unused TS directive

This commit is contained in:
Johann Schopplich
2025-11-24 08:44:41 +01:00
parent 2b2e26b0ef
commit b03997e887

View File

@@ -2,7 +2,6 @@ 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'