Skip to content

Commit 36fb123

Browse files
authored
chore: can't find @tailwindcss/node type file (#14475)
<!-- 👋 Hey, thanks for your interest in contributing to Tailwind! **Please ask first before starting work on any significant new features.** It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create an issue to first discuss any significant new features. This includes things like adding new utilities, creating new at-rules, or adding new component examples to the documentation. https://github.com/tailwindcss/tailwindcss/blob/master/.github/CONTRIBUTING.md --> ```ts // error: can't find `@tailwindcss/node` types file import { compile } from '@tailwindcss/node'; ```
1 parent eb3bb44 commit 36fb123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"exports": {
2525
".": {
26-
"types": "./dist/index.d.mjs",
26+
"types": "./dist/index.d.ts",
2727
"import": "./dist/index.mjs",
2828
"require": "./dist/index.js"
2929
},

0 commit comments

Comments
 (0)