From 85279b72712d9d9fbca9d9ca531379ad20093ee4 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 8 Dec 2020 11:31:58 +0000 Subject: [PATCH] cosmwasm-stargate: Add decorators to tsconfig --- packages/cosmwasm-stargate/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cosmwasm-stargate/tsconfig.json b/packages/cosmwasm-stargate/tsconfig.json index 167e8c02..c605e918 100644 --- a/packages/cosmwasm-stargate/tsconfig.json +++ b/packages/cosmwasm-stargate/tsconfig.json @@ -4,6 +4,7 @@ "baseUrl": ".", "outDir": "build", "declarationDir": "build/types", + "experimentalDecorators": true, "rootDir": "src" }, "include": [