From 465ddd164416f8824b45c7986007d3ca0f8029c0 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 5 Nov 2025 18:14:34 +0100 Subject: [PATCH] . --- modules/auth/tsconfig.json | 2 +- modules/customers/tsconfig.json | 2 +- modules/doc-numbering/tsconfig.json | 2 +- modules/verifactu/tsconfig.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/auth/tsconfig.json b/modules/auth/tsconfig.json index 3e05b626..38385361 100644 --- a/modules/auth/tsconfig.json +++ b/modules/auth/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@repo/typescript-config/buildless.json", + "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": ".", "paths": { diff --git a/modules/customers/tsconfig.json b/modules/customers/tsconfig.json index 80f6c284..4fea4749 100644 --- a/modules/customers/tsconfig.json +++ b/modules/customers/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@repo/typescript-config/buildless.json", + "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": ".", "paths": { diff --git a/modules/doc-numbering/tsconfig.json b/modules/doc-numbering/tsconfig.json index 6e8f7182..67847e4e 100644 --- a/modules/doc-numbering/tsconfig.json +++ b/modules/doc-numbering/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@repo/typescript-config/buildless.json", + "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": ".", "paths": { diff --git a/modules/verifactu/tsconfig.json b/modules/verifactu/tsconfig.json index c8efe34c..83ed4f95 100644 --- a/modules/verifactu/tsconfig.json +++ b/modules/verifactu/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@repo/typescript-config/buildless.json", + "extends": "../../tsconfig.json", "compilerOptions": { "baseUrl": ".", "paths": {