chore(deps): update dependency typescript to v5.6.3

This commit is contained in:
Renovate Bot 2024-10-22 05:00:54 +00:00 committed by Johannes Loher
parent 6982ef4b79
commit 4a79f36dcc
No known key found for this signature in database
GPG key ID: 7CB0A9FB553DA045
4 changed files with 42 additions and 42 deletions

View file

@ -13,7 +13,8 @@
"resolveJsonModule": true,
"verbatimModuleSyntax": true,
"checkJs": false,
"allowJs": true
"allowJs": true,
"skipLibCheck": true
},
"include": ["src", "client", "common"]
}