Comparing version 0.0.3 to 0.0.5
@@ -1048,2 +1048,2 @@ /// <reference types="node" /> | ||
export { type EleventyConfig, defineConfig as default, defineConfig }; | ||
export { type EleventyConfig, type EleventyPage, type EleventyScope, defineConfig as default, defineConfig }; |
{ | ||
"name": "11ty.ts", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"license": "Apache-2.0", | ||
@@ -24,3 +24,3 @@ "description": "An Eleventy wrapper for type supported configuration.", | ||
"url": "https://github.com/panoply/e11ty.git", | ||
"directory": "plugins/11ty.ts" | ||
"directory": "packages/11ty.ts" | ||
}, | ||
@@ -40,8 +40,8 @@ "bugs": { | ||
"import": { | ||
"default": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"default": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.cjs" | ||
} | ||
@@ -48,0 +48,0 @@ }, |
# 11ty.ts (Type Support) | ||
An type supported [Eleventy](https://www.11ty.dev/) `defineConfig` wrapper. This module can be dropped in to your `.eleventy.js` configuration file and provided type support to the entire 11ty API, with JSDoc annotated descriptions and documentation linked references. | ||
Type support for [Eleventy](https://www.11ty.dev/) using `defineConfig` wrapper. This module can be dropped in to your `.eleventy.js` configuration file and will provide type support to the entire 11ty API, with JSDoc annotated descriptions and documentation linked references. | ||
@@ -24,4 +24,2 @@ ### Why? | ||
> The `@11ty/eleventy` module is a peer. You need to install it. | ||
# Usage | ||
@@ -28,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42555
115