mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
10 lines
151 B
JSON
10 lines
151 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"target": "es5",
|
||
|
"lib": ["es5", "dom"],
|
||
|
"types": ["cypress"]
|
||
|
},
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|