diff --git a/cli/commands/init.ts b/cli/commands/init.ts index 0fd824c..33c2deb 100644 --- a/cli/commands/init.ts +++ b/cli/commands/init.ts @@ -18,7 +18,7 @@ export default async function init() { description: "", author: getConfig("author"), contributors: [], - files: ["**/*.ts", "**/*.js", "importmap.json"], + files: ["**/*.ts", "**/*.js"], ...existing, };