Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 22, 2023
1 parent 51b289c commit 6b41f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Target/Index.d.ts
Original file line number Diff line number Diff line change
@@ -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;
2 changes: 1 addition & 1 deletion Target/Index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"compilerOptions": {
"outDir": "Target"
},
"extends": "typescript-esbuild/Target/Configuration/TypeScript",
"extends": "typescript-esbuild/Target/Notation/TypeScript",
"include": ["Source"]
}

0 comments on commit 6b41f4b

Please sign in to comment.