Skip to content

kevinkhill/eleventy-dts

Repository files navigation

eleventy-dts

Types for the default export from @11ty/eleventy

Install

download and copy into your project

Add to tsconfig.json

{
	"compilerOptions":{
		// ...
	},
	"files": [
		"eleventy-dts/src/index.d.ts"
		// ...
	]
}

We have some types!

Editor Hint

About

Types for Eleventy's Node API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors