mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2026-06-04 04:54:05 -06:00
PR-752266: Fix TypeScript 6 deprecation errors in Cypress E2E tests.
This commit is contained in:
11
cypress/tsconfig.json
Normal file
11
cypress/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
"types": ["cypress", "node"]
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user