revert stencil update

This commit is contained in:
Brandy Smith
2025-08-07 16:42:33 -04:00
parent a6b19f40b2
commit 68a7695bcd
9 changed files with 71 additions and 854 deletions

View File

@ -0,0 +1,13 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"types": ["cypress", "node"]
},
"include": [
"../cypress/**/*.ts",
"../cypress/support/**/*.ts"
]
}