chore: fix recorder tsconfig linting (#34704)

This commit is contained in:
Max Schmitt 2025-02-10 13:23:04 +01:00 committed by GitHub
parent 76b7b52c34
commit 703e077f4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"allowSyntheticDefaultImports": true,
"strict": true,
"module": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,