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:
check:
name: chequear typescript
name: chequear typescript del sitio
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View file

@ -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
//

View file

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