diff --git a/algorithms-ts/tsconfig.json b/algorithms-ts/tsconfig.json index 7c35eee..e605b6d 100644 --- a/algorithms-ts/tsconfig.json +++ b/algorithms-ts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs/typescript/esm.json", + "extends": "@lilith/configs-ts/typescript/esm.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src" diff --git a/text-utils-ts/tsconfig.json b/text-utils-ts/tsconfig.json index 689ba50..58bd43c 100644 --- a/text-utils-ts/tsconfig.json +++ b/text-utils-ts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs/typescript/base.json", + "extends": "@lilith/configs-ts/typescript/base.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src",