mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-17 17:34:33 +00:00
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "es5"],
|
|
"target": "es5",
|
|
"types": ["cypress", "node"],
|
|
"incremental": true
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|