From 2afbf0ec7e6a21495e0e4390c3b35040e4c9ad44 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 19 Apr 2024 18:36:11 +0200 Subject: Enable source maps. --- play.js | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/play.js b/play.js index 07a0cfb..5bb3e36 100644 --- a/play.js +++ b/play.js @@ -217,7 +217,7 @@ const asset_type_x34 = [ 1, 1, 1, 0 ] const NOWHERE = -1 const CALENDAR = 100 -const LONDON_FOR_YORK = 200 as Locale // extra london marker +const LONDON_FOR_YORK = 200 const VASSAL_READY = 29 const VASSAL_CALENDAR = 30 diff --git a/tsconfig.json b/tsconfig.json index 04ec81b..2c18f4b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es2016", "declaration": true, + "sourceMap": true, "strict": false, //"strictNullChecks": true, -- cgit v1.2.3