mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-06 02:03:09 +02:00
9 lines
131 B
JSON
9 lines
131 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["dom", "es5"],
|
||
|
"target": "es5",
|
||
|
"types": ["cypress", "node"]
|
||
|
},
|
||
|
"include": ["./**/*.ts"]
|
||
|
}
|