diff --git a/Target/Index.d.ts b/Target/Index.d.ts index dc67091..5d9d5c9 100644 --- a/Target/Index.d.ts +++ b/Target/Index.d.ts @@ -1,4 +1,4 @@ -import type { AstroIntegration } from "astro"; import type { Option } from "./Option/Index.js"; +import type { AstroIntegration } from "astro"; declare const _default: (Options?: Option) => AstroIntegration; export default _default; diff --git a/Target/Index.js b/Target/Index.js index 518e146..9f2d19a 100644 --- a/Target/Index.js +++ b/Target/Index.js @@ -1 +1 @@ -import{Merge as n}from"files-pipe";import a from"./Option/Index.js";var f=(o={})=>{for(const t in o)Object.prototype.hasOwnProperty.call(o,t)&&o[t]===!0&&(o[t]=a[t]);const e=n(a,o),r=new Set;if(typeof e.path<"u"&&(e.path instanceof Array||e.path instanceof Set))for(const t of e.path)r.add(t);return{name:"astro-convert",hooks:{"astro:build:done":async({dir:t})=>{r.size||r.add(t)}}}};export{f as default}; +import a from"./Option/Index.js";import{Merge as n}from"files-pipe";var f=(o={})=>{for(const t in o)Object.prototype.hasOwnProperty.call(o,t)&&o[t]===!0&&(o[t]=a[t]);const e=n(a,o),r=new Set;if(typeof e.path<"u"&&(e.path instanceof Array||e.path instanceof Set))for(const t of e.path)r.add(t);return{name:"astro-convert",hooks:{"astro:build:done":async({dir:t})=>{r.size||r.add(t)}}}};export{f as default}; diff --git a/tsconfig.json b/tsconfig.json index f792f14..f817b33 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,6 @@ "compilerOptions": { "outDir": "Target" }, - "extends": "typescript-esbuild/Target/Configuration/TypeScript", + "extends": "typescript-esbuild/Target/Notation/TypeScript", "include": ["Source"] }