arreglar ts sitio

This commit is contained in:
Cat /dev/Nulo 2024-01-14 10:12:59 -03:00
parent 958daf0abd
commit e2885a59e0
3 changed files with 5 additions and 2 deletions

View file

@ -10,7 +10,7 @@ env:
jobs: jobs:
check: check:
name: chequear typescript name: chequear typescript del sitio
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View file

@ -9,7 +9,9 @@
"skipLibCheck": true, "skipLibCheck": true,
"sourceMap": true, "sourceMap": true,
"strict": true, "strict": true,
"moduleResolution": "bundler" "moduleResolution": "bundler",
"maxNodeModuleJsDepth": 1,
"declaration": true
} }
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
// //

View file

@ -11,6 +11,7 @@
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": true, "esModuleInterop": true,
"allowJs": true,
"checkJs": true, "checkJs": true,
"noEmit": true, "noEmit": true,
"forceConsistentCasingInFileNames": true "forceConsistentCasingInFileNames": true