Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

joshmossas/tailwindcss-resolve-config-missing-types

Repository files navigation

Missing declaration file for "tailwindcss/resolveConfig"

This repo provides a proproduction of the issue indicating that no Typescript types are provided for tailwindcss/resolveConfig. Because of this when you try to use the resolveConfig method as described in the documentation (https://tailwindcss.com/docs/configuration#referencing-in-java-script) you get the following type error "Could not find a declaration file for module 'tailwindcss/resolveConfig'".

Reproduction

Trying to run npm start or npm run build will emit a type error.

Additionally navigating to src/index.ts will show an error indication in most text editors (I'm using VSCode)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published