From fa4dfa9e64d5201d6ef210ac4bc867dccc185375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Gu=C3=A9rout?= Date: Sun, 10 Dec 2023 20:00:51 +0100 Subject: [PATCH] with retro 3 --- tsconfig.test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.test.json b/tsconfig.test.json index 1dea7e2..1d5c422 100644 --- a/tsconfig.test.json +++ b/tsconfig.test.json @@ -1,5 +1,5 @@ { - "extends": "./tsconfig.json", + "extends": "./tsconfig.cjs.json", "compilerOptions": { "outDir": "./build", "rootDirs": ["./test"],