chore(integration-tests): refactor to typescript (#5645)

This commit is contained in:
Jacob Richman 2025-08-12 09:19:09 -07:00 committed by GitHub
parent 2d1a6af890
commit 804c181ac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 163 additions and 57 deletions

View file

@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"allowJs": true
},
"include": ["**/*.ts"]
}