mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
client: initial integration tests
This commit is contained in:
9
cypress/tsconfig.json
Normal file
9
cypress/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"lib": ["es5", "dom"],
|
||||
"types": ["cypress"]
|
||||
},
|
||||
"include": ["**/*.ts"],
|
||||
"resolveJsonModule": true
|
||||
}
|
||||
Reference in New Issue
Block a user