Skip to content

Commit

Permalink
[TypeScript] Fix ra-input-rich-text is missing types
Browse files Browse the repository at this point in the history
closes #6088
  • Loading branch information
fzaninotto committed Mar 29, 2021
1 parent 6be7dc6 commit ca187a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ra-input-rich-text/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
"rootDir": "src",
"declaration": true,
"declarationMap": true,
},
"exclude": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.spec.js"],
"include": ["src"]
Expand Down

0 comments on commit ca187a8

Please sign in to comment.