티스토리 수익 글 보기

티스토리 수익 글 보기

Fix typescript config · WordPress/gutenberg@39d7603 · GitHub
Skip to content

Commit 39d7603

Browse files
committed
Fix typescript config
1 parent 1037089 commit 39d7603

File tree

1 file changed

+2
3
lines changed

1 file changed

+2
3
lines changed

packages/editor/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"extends": "../../tsconfig.base.json",
44
"compilerOptions": {
55
"rootDir": "src",
6-
"declarationDir": "build-types",
7-
"checkJs": false
6+
"declarationDir": "build-types"
87
},
98
"references": [
109
{ "path": "../a11y" },
@@ -33,5 +32,5 @@
3332
{ "path": "../warning" },
3433
{ "path": "../wordcount" }
3534
],
36-
"include": [ "src" ]
35+
"include": [ "src/**/*.ts", "src/**/*.tsx" ]
3736
}

0 commit comments

Comments
 (0)