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
15 changed files with 163 additions and 57 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"allowJs": true
},
"include": ["**/*.ts"]
}