Skip to content

Commit

Permalink
fix: no declarations for eslint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 7, 2023
1 parent 6daffb2 commit 2498238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-plugin-template/tsconfig.build.json
Expand Up @@ -4,8 +4,8 @@
"outDir": "./dist",
"resolveJsonModule": true,
"module": "NodeNext",
"declaration": true,
"baseUrl": "."
"baseUrl": ".",
"declaration": false
},
"include": ["src"]
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin/tsconfig.build.json
Expand Up @@ -5,7 +5,7 @@
"resolveJsonModule": true,
"baseUrl": ".",
"module": "NodeNext",
"declaration": true
"declaration": false
},
"include": ["src"]
}

0 comments on commit 2498238

Please sign in to comment.