Skip to content

Commit c409524

Browse files
refactor: enable emitDeclarationOnly in tsconfig.app.json
1 parent 8bcad28 commit c409524

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"resolveJsonModule": true,
1515
"isolatedModules": true,
1616
"moduleDetection": "force",
17-
"noEmit": true,
17+
"emitDeclarationOnly": true,
18+
// "noEmit": true,
1819
"jsx": "react-jsx",
1920

2021
/* Linting */

0 commit comments

Comments
 (0)