From 651997103a21a3e05907589de56b6d4834d08b48 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 6 Apr 2024 15:19:07 -0500 Subject: [PATCH] fix `tsconfig.json#extends` file reference --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 56e8b8a2a..212ee27e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@ajv-validator/config", + "extends": "@ajv-validator/config/tsconfig.json", "include": ["lib"], "compilerOptions": { "outDir": "dist",