We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210c1e8 commit 6582b35Copy full SHA for 6582b35
package.json
@@ -18,6 +18,7 @@
18
"homepage": "https://github.com/francoismassart/eslint-plugin-tailwindcss",
19
"bugs": "https://github.com/francoismassart/eslint-plugin-tailwindcss/issues",
20
"main": "lib/index.js",
21
+ "types": "lib/index.d.ts",
22
"files": [
23
"docs/",
24
"lib/"
tsconfig.json
@@ -1,6 +1,6 @@
1
{
2
"compilerOptions": {
3
- "declaration": false,
+ "declaration": true,
4
"declarationMap": false,
5
"esModuleInterop": true,
6
"isolatedModules": true,
0 commit comments