mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 10:12:17 +00:00
17 lines
215 B
JSON
17 lines
215 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"es5",
|
|
"dom"
|
|
],
|
|
"types": [
|
|
"cypress",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
} |