diff --git a/tsconfig.json b/tsconfig.json index cdad39c..1df349f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "moduleResolution": "node", "jsx": "react-jsx", "allowImportingTsExtensions": true, + "noEmit": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true,