1
0

update packages and tsconfig

This commit is contained in:
2025-09-26 10:43:56 +02:00
parent 400644e079
commit c7a6d6880c
3 changed files with 114 additions and 120 deletions

View File

@@ -6,11 +6,8 @@
"lib": [
"ESNext"
],
"esModuleInterop": true,
"alwaysStrict": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": true,
"declaration": true,
"declarationMap": true,
"rootDir": "./src"