diff --git a/src/generator.ts b/src/generator.ts index bfea28c1..bf1c79b0 100644 --- a/src/generator.ts +++ b/src/generator.ts @@ -24,7 +24,7 @@ import { SpawnCommandMixin } from './actions/spawn-command.js'; import { GitMixin } from './actions/user.js'; import { TasksMixin } from './actions/lifecycle.js'; -type Environment = BaseEnvironment & { resolvePackage: any }; +type Environment = BaseEnvironment; const _filename = fileURLToPath(import.meta.url); const _dirname = dirname(_filename);