mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 11:25:13 +00:00
9 lines
131 B
JSON
9 lines
131 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["dom", "es5"],
|
||
|
"target": "es5",
|
||
|
"types": ["cypress", "node"]
|
||
|
},
|
||
|
"include": ["./**/*.ts"]
|
||
|
}
|