Skip to content

Commit

Permalink
Fix typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 28, 2024
1 parent 73fd8f1 commit f1a45b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types",
"checkJs": false
"declarationDir": "build-types"
},
"references": [
{ "path": "../a11y" },
Expand Down Expand Up @@ -33,5 +32,5 @@
{ "path": "../warning" },
{ "path": "../wordcount" }
],
"include": [ "src" ]
"include": [ "src/**/*.ts", "src/**/*.tsx" ]
}

0 comments on commit f1a45b3

Please sign in to comment.