From 9552afc293a5c568d3f8283b2dbf6aea6254b8b0 Mon Sep 17 00:00:00 2001 From: Olmo del Corral Date: Fri, 7 Dec 2018 22:39:40 +0100 Subject: [PATCH] update to TS 3.2 and remove esnext (bigint problems) --- Signum.React/Signum.React.csproj | 4 ++-- Signum.React/tsconfig.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Signum.React/Signum.React.csproj b/Signum.React/Signum.React.csproj index 0de634ce54..560aaedbb7 100644 --- a/Signum.React/Signum.React.csproj +++ b/Signum.React/Signum.React.csproj @@ -1,8 +1,8 @@  - 3.1 netcoreapp2.2 + 3.2 latest Library true @@ -12,7 +12,7 @@ - + runtime; build; native; contentfiles; analyzers all diff --git a/Signum.React/tsconfig.json b/Signum.React/tsconfig.json index 768087b060..e84b7be26a 100644 --- a/Signum.React/tsconfig.json +++ b/Signum.React/tsconfig.json @@ -10,9 +10,9 @@ "baseUrl": ".", "lib": [ "es2017", - "esnext", + //"esnext", "dom" ] }, "exclude": [ "node_modules" ] -} \ No newline at end of file +}