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