From b8176e0d5ca29996e5a977c6b21e0d85900b8854 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Mon, 21 Jun 2021 08:28:16 -0700 Subject: [PATCH] chore: update webstorm settings --- .idea/codeStyles/Project.xml | 2 ++ .idea/inspectionProfiles/profiles_settings.xml | 13 +++++++++++++ .idea/jsLibraryMappings.xml | 6 ++++++ tsconfig.json | 4 +++- 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/jsLibraryMappings.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index ca7e01b..70d13db 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -53,11 +53,13 @@ diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..2885a19 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..d23208f --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index d490560..342254e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,7 @@ { "compilerOptions": { + "allowJs": true, + "checkJs": true, "composite": true, "downlevelIteration": true, "importHelpers": true, @@ -84,4 +86,4 @@ "include": [ "src/**/*.ts", ] -} \ No newline at end of file +}