From 079a78e0eca3db8e50a072374693ce60c21c23ba Mon Sep 17 00:00:00 2001 From: Connor Adams Date: Mon, 27 Dec 2021 03:39:30 +0000 Subject: [PATCH] Adjust TSConfig example files to include compilerOptions (#2278) --- examples/blog-multiple-authors/tsconfig.json | 4 +++- examples/blog/tsconfig.json | 4 +++- examples/framework-alpine/tsconfig.json | 4 +++- examples/framework-lit/tsconfig.json | 4 +++- examples/framework-multiple/tsconfig.json | 4 +++- examples/framework-preact/tsconfig.json | 4 +++- examples/framework-react/tsconfig.json | 4 +++- examples/framework-svelte/tsconfig.json | 4 +++- examples/framework-vue/tsconfig.json | 4 +++- examples/portfolio-svelte/tsconfig.json | 4 +++- examples/portfolio/tsconfig.json | 4 +++- examples/starter/tsconfig.json | 4 +++- examples/with-markdown-plugins/tsconfig.json | 4 +++- examples/with-markdown/tsconfig.json | 4 +++- examples/with-nanostores/tsconfig.json | 4 +++- examples/with-tailwindcss/tsconfig.json | 4 +++- 16 files changed, 48 insertions(+), 16 deletions(-) diff --git a/examples/blog-multiple-authors/tsconfig.json b/examples/blog-multiple-authors/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/blog-multiple-authors/tsconfig.json +++ b/examples/blog-multiple-authors/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/blog/tsconfig.json b/examples/blog/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/blog/tsconfig.json +++ b/examples/blog/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/framework-alpine/tsconfig.json b/examples/framework-alpine/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/framework-alpine/tsconfig.json +++ b/examples/framework-alpine/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/framework-lit/tsconfig.json b/examples/framework-lit/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/framework-lit/tsconfig.json +++ b/examples/framework-lit/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/framework-multiple/tsconfig.json b/examples/framework-multiple/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/framework-multiple/tsconfig.json +++ b/examples/framework-multiple/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/framework-preact/tsconfig.json b/examples/framework-preact/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/framework-preact/tsconfig.json +++ b/examples/framework-preact/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/framework-react/tsconfig.json b/examples/framework-react/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/framework-react/tsconfig.json +++ b/examples/framework-react/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/framework-svelte/tsconfig.json b/examples/framework-svelte/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/framework-svelte/tsconfig.json +++ b/examples/framework-svelte/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/framework-vue/tsconfig.json b/examples/framework-vue/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/framework-vue/tsconfig.json +++ b/examples/framework-vue/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/portfolio-svelte/tsconfig.json b/examples/portfolio-svelte/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/portfolio-svelte/tsconfig.json +++ b/examples/portfolio-svelte/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/portfolio/tsconfig.json b/examples/portfolio/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/portfolio/tsconfig.json +++ b/examples/portfolio/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/starter/tsconfig.json b/examples/starter/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/starter/tsconfig.json +++ b/examples/starter/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/with-markdown-plugins/tsconfig.json b/examples/with-markdown-plugins/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/with-markdown-plugins/tsconfig.json +++ b/examples/with-markdown-plugins/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/with-markdown/tsconfig.json b/examples/with-markdown/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/with-markdown/tsconfig.json +++ b/examples/with-markdown/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/with-nanostores/tsconfig.json b/examples/with-nanostores/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/with-nanostores/tsconfig.json +++ b/examples/with-nanostores/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } } diff --git a/examples/with-tailwindcss/tsconfig.json b/examples/with-tailwindcss/tsconfig.json index 44465b140..8e881cf9c 100644 --- a/examples/with-tailwindcss/tsconfig.json +++ b/examples/with-tailwindcss/tsconfig.json @@ -1,3 +1,5 @@ { - "moduleResolution": "node" + "compilerOptions": { + "moduleResolution": "node" + } }