From 0e1670613254437c051130b65ce4dcaed6cf3492 Mon Sep 17 00:00:00 2001 From: Steven Swartz Date: Sun, 13 Nov 2022 16:16:37 -0500 Subject: [PATCH] Add a warning about using >ES7 javascript features on ios mobile --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ad8e078..3276d55 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "DOM", "ES5", "ES6", - "ES7" //ES7 is the latest javascript version supported by the Obsidian IOS mobile app + "ES7" //ES7 is the latest javascript version supported by the Obsidian iOS mobile app ] }, "include": [