From ceceb67da5fbcaf9a0fb473a6df63ce89687b26d Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Mon, 2 Sep 2024 20:27:52 -0300 Subject: [PATCH] Add noEmit to all tsconfig.json files in templates --- examples/action-chatgpt/tsconfig.json | 1 + examples/content-extension-config/tsconfig.json | 1 + examples/content-preact/tsconfig.json | 1 + examples/content-react/tsconfig.json | 1 + examples/content-typescript/tsconfig.json | 1 + examples/content-vue/tsconfig.json | 1 + examples/new-preact/tsconfig.json | 1 + examples/new-react-router/tsconfig.json | 1 + examples/new-react/tsconfig.json | 1 + examples/new-tailwind/tsconfig.json | 1 + examples/new-typescript/tsconfig.json | 1 + examples/new-vue/tsconfig.json | 1 + 12 files changed, 12 insertions(+) diff --git a/examples/action-chatgpt/tsconfig.json b/examples/action-chatgpt/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/action-chatgpt/tsconfig.json +++ b/examples/action-chatgpt/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/content-extension-config/tsconfig.json b/examples/content-extension-config/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/content-extension-config/tsconfig.json +++ b/examples/content-extension-config/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/content-preact/tsconfig.json b/examples/content-preact/tsconfig.json index 1d045996..3b8dbcf4 100644 --- a/examples/content-preact/tsconfig.json +++ b/examples/content-preact/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/content-react/tsconfig.json b/examples/content-react/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/content-react/tsconfig.json +++ b/examples/content-react/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/content-typescript/tsconfig.json b/examples/content-typescript/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/content-typescript/tsconfig.json +++ b/examples/content-typescript/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/content-vue/tsconfig.json b/examples/content-vue/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/content-vue/tsconfig.json +++ b/examples/content-vue/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/new-preact/tsconfig.json b/examples/new-preact/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/new-preact/tsconfig.json +++ b/examples/new-preact/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/new-react-router/tsconfig.json b/examples/new-react-router/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/new-react-router/tsconfig.json +++ b/examples/new-react-router/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/new-react/tsconfig.json b/examples/new-react/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/new-react/tsconfig.json +++ b/examples/new-react/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/new-tailwind/tsconfig.json b/examples/new-tailwind/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/new-tailwind/tsconfig.json +++ b/examples/new-tailwind/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/new-typescript/tsconfig.json b/examples/new-typescript/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/new-typescript/tsconfig.json +++ b/examples/new-typescript/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext", diff --git a/examples/new-vue/tsconfig.json b/examples/new-vue/tsconfig.json index 141572c3..8f138e5d 100644 --- a/examples/new-vue/tsconfig.json +++ b/examples/new-vue/tsconfig.json @@ -9,6 +9,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "moduleResolution": "node", "module": "esnext", + "noEmit": true, "resolveJsonModule": true, "strict": true, "target": "esnext",