diff --git a/package.json b/package.json index 98d0967..2dba252 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "require": "./target/cjs/index.cjs" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" }, "main": "./target/cjs/index.cjs", "module": "./target/esm/index.mjs", diff --git a/src/main/ts/util.ts b/src/main/ts/util.ts index 5331e4e..48c8051 100644 --- a/src/main/ts/util.ts +++ b/src/main/ts/util.ts @@ -5,7 +5,7 @@ import json5 from 'json5' import { TSConfig } from './interface' -export { default as glob, type Options as GlobOptions } from 'fast-glob' +export { default as glob } from 'fast-glob' export { existsSync } from 'node:fs'