Add authentication
This commit is contained in:
13
apps/builder/cypress/tsconfig.json
Normal file
13
apps/builder/cypress/tsconfig.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": ["**/*.ts"],
|
||||
"exclude": [],
|
||||
"compilerOptions": {
|
||||
"types": ["cypress", "@testing-library/cypress"],
|
||||
"lib": ["es2015", "dom"],
|
||||
"target": "es5",
|
||||
"isolatedModules": false,
|
||||
"allowJs": true,
|
||||
"noEmit": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user