Skip to content

Commit

Permalink
chore: can't find @tailwindcss/node type file (#14475)
Browse files Browse the repository at this point in the history
<!--

👋 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';
```
  • Loading branch information
shulandmimi authored Sep 20, 2024
1 parent eb3bb44 commit 36fb123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@tailwindcss-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"exports": {
".": {
"types": "./dist/index.d.mjs",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
Expand Down

0 comments on commit 36fb123

Please sign in to comment.