We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5704d2 commit 0352738Copy full SHA for 0352738
src/tsconfig.json
@@ -3,8 +3,7 @@
3
"compilerOptions": {
4
"allowJs": false,
5
"lib": ["DOM", "DOM.Iterable", "ESNext"],
6
- "emitDeclarationOnly": false,
7
- "noEmit": true,
+ "outDir": "build",
8
"jsx": "react",
9
"baseUrl": ".",
10
"paths": {
0 commit comments