mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*.ts"],
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"types": ["cypress"]
|
|
},
|
|
"exclude": []
|
|
}
|