Skip to content

Commit 7a937ee

Browse files
committed
Remove comments
1 parent 5553930 commit 7a937ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"sourceMap": true,
1414
"strict": true,
1515
"target": "esnext",
16-
// From gutenberg.
1716
"jsx": "preserve",
1817
"moduleResolution": "node",
1918
"allowJs": true,
@@ -24,7 +23,6 @@
2423
"./node_modules/@types",
2524
"./plugin/assets/src/types"
2625
],
27-
// Custom
2826
"noEmit": true,
2927
"allowSyntheticDefaultImports":true,
3028
// Once we have WP types available we can remove following.

0 commit comments

Comments
 (0)