Update TypeScript configuration paths in multiple packages to reference local typescript-config files instead of the hexahost package.
Some checks failed
CI / Node — lint, typecheck, test, build (push) Failing after 34s
CI / Go — node-agent tests (push) Failing after 10s
CI / Go — edge-gateway build (push) Successful in 17s

This commit is contained in:
smueller
2026-07-01 11:11:40 +02:00
parent f4a6f5eaca
commit 212d46eb0c
12 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "@hexahost/typescript-config/nestjs.json",
"extends": "../../packages/typescript-config/nestjs.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",

View File

@@ -1,5 +1,5 @@
{
"extends": "@hexahost/typescript-config/library.json",
"extends": "../../packages/typescript-config/library.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"