summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/blog-multiple-authors/tsconfig.json4
-rw-r--r--examples/blog/tsconfig.json4
-rw-r--r--examples/framework-alpine/tsconfig.json4
-rw-r--r--examples/framework-lit/tsconfig.json4
-rw-r--r--examples/framework-multiple/tsconfig.json4
-rw-r--r--examples/framework-preact/tsconfig.json4
-rw-r--r--examples/framework-react/tsconfig.json4
-rw-r--r--examples/framework-svelte/tsconfig.json4
-rw-r--r--examples/framework-vue/tsconfig.json4
-rw-r--r--examples/portfolio-svelte/tsconfig.json4
-rw-r--r--examples/portfolio/tsconfig.json4
-rw-r--r--examples/starter/tsconfig.json4
-rw-r--r--examples/with-markdown-plugins/tsconfig.json4
-rw-r--r--examples/with-markdown/tsconfig.json4
-rw-r--r--examples/with-nanostores/tsconfig.json4
-rw-r--r--examples/with-tailwindcss/tsconfig.json4
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"
+ }
}