From adfa6de10baa29b63a2987807bc0189bfc3314c4 Mon Sep 17 00:00:00 2001 From: Bram Adams <3282661+bramses@users.noreply.github.com> Date: Sun, 5 Mar 2023 21:35:55 -0500 Subject: [PATCH] syntetic imports --- styles.css | 8 -------- tsconfig.json | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 styles.css diff --git a/styles.css b/styles.css deleted file mode 100644 index 71cc60f..0000000 --- a/styles.css +++ /dev/null @@ -1,8 +0,0 @@ -/* - -This CSS file will be included with your plugin, and -available in the app when your plugin is enabled. - -If your plugin does not need CSS, delete this file. - -*/ diff --git a/tsconfig.json b/tsconfig.json index 2d6fbdf..42d6d2a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "moduleResolution": "node", "importHelpers": true, "isolatedModules": true, + "allowSyntheticDefaultImports":true, "strictNullChecks": true, "lib": [ "DOM",