mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
8 lines
143 B
JSON
8 lines
143 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"lib": ["es5", "dom"],
|
||
|
"types": ["cypress"]
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|