Skip to content

Commit 6582b35

Browse files
include types
1 parent 210c1e8 commit 6582b35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"homepage": "https://github.com/francoismassart/eslint-plugin-tailwindcss",
1919
"bugs": "https://github.com/francoismassart/eslint-plugin-tailwindcss/issues",
2020
"main": "lib/index.js",
21+
"types": "lib/index.d.ts",
2122
"files": [
2223
"docs/",
2324
"lib/"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"declaration": false,
3+
"declaration": true,
44
"declarationMap": false,
55
"esModuleInterop": true,
66
"isolatedModules": true,

0 commit comments

Comments
 (0)