zitadel/console/cypress/tsconfig.json
2022-07-06 09:53:26 +02:00

10 lines
151 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
},
"include": ["**/*.ts"]
}