From 945240c76b14d23d815c4c554ceb96e01d12f5f0 Mon Sep 17 00:00:00 2001 From: Steven Swartz Date: Sun, 13 Nov 2022 16:05:15 -0500 Subject: [PATCH] Add a warning that javascript features added after ES7 will not work on the IOS mobile app --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2d6fbdf..ad8e078 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "DOM", "ES5", "ES6", - "ES7" + "ES7" //ES7 is the latest javascript version supported by the Obsidian IOS mobile app ] }, "include": [