From e2885a59e07decded5be93eb7d40ba1264010bff Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 14 Jan 2024 10:12:59 -0300 Subject: [PATCH] arreglar ts sitio --- .github/workflows/container.yml | 2 +- sitio/tsconfig.json | 4 +++- tsconfig.json | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 67f125a..94107e6 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -10,7 +10,7 @@ env: jobs: check: - name: chequear typescript + name: chequear typescript del sitio runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/sitio/tsconfig.json b/sitio/tsconfig.json index 34aadc0..5e0b979 100644 --- a/sitio/tsconfig.json +++ b/sitio/tsconfig.json @@ -9,7 +9,9 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, - "moduleResolution": "bundler" + "moduleResolution": "bundler", + "maxNodeModuleJsDepth": 1, + "declaration": true } // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias // diff --git a/tsconfig.json b/tsconfig.json index 3a51a30..973957a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "strict": true, "skipLibCheck": true, "esModuleInterop": true, + "allowJs": true, "checkJs": true, "noEmit": true, "forceConsistentCasingInFileNames": true