diff --git a/tsconfig.json b/tsconfig.json index 542afa5..34cc06f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,10 +17,11 @@ "emitDeclarationOnly": true, "paths": { "@/*": ["./src/*"] - } + }, + "noEmit": true, }, "exclude": [ - "dist", + "dist", "node_modules", "src/**/*.test.tsx", "src/**/*.stories.tsx"