From ba341a7edcdbd2d4fac9dc742435698801f369b0 Mon Sep 17 00:00:00 2001 From: khalilou88 Date: Wed, 3 Jan 2024 21:49:56 +0100 Subject: [PATCH] build: add "**/*.ts" to tsconfig.json --- testing-projects/jnxplus-e2e/tsconfig.json | 2 +- testing-projects/jnxplus-smoke-affected/tsconfig.json | 2 +- testing-projects/jnxplus-smoke-next/tsconfig.json | 2 +- testing-projects/jnxplus-smoke/tsconfig.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testing-projects/jnxplus-e2e/tsconfig.json b/testing-projects/jnxplus-e2e/tsconfig.json index b9c9d9537..089fca8b1 100644 --- a/testing-projects/jnxplus-e2e/tsconfig.json +++ b/testing-projects/jnxplus-e2e/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "files": [], - "include": [], + "include": ["**/*.ts"], "references": [ { "path": "./tsconfig.spec.json" diff --git a/testing-projects/jnxplus-smoke-affected/tsconfig.json b/testing-projects/jnxplus-smoke-affected/tsconfig.json index b9c9d9537..089fca8b1 100644 --- a/testing-projects/jnxplus-smoke-affected/tsconfig.json +++ b/testing-projects/jnxplus-smoke-affected/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "files": [], - "include": [], + "include": ["**/*.ts"], "references": [ { "path": "./tsconfig.spec.json" diff --git a/testing-projects/jnxplus-smoke-next/tsconfig.json b/testing-projects/jnxplus-smoke-next/tsconfig.json index b9c9d9537..089fca8b1 100644 --- a/testing-projects/jnxplus-smoke-next/tsconfig.json +++ b/testing-projects/jnxplus-smoke-next/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "files": [], - "include": [], + "include": ["**/*.ts"], "references": [ { "path": "./tsconfig.spec.json" diff --git a/testing-projects/jnxplus-smoke/tsconfig.json b/testing-projects/jnxplus-smoke/tsconfig.json index b9c9d9537..089fca8b1 100644 --- a/testing-projects/jnxplus-smoke/tsconfig.json +++ b/testing-projects/jnxplus-smoke/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig.base.json", "files": [], - "include": [], + "include": ["**/*.ts"], "references": [ { "path": "./tsconfig.spec.json"