mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
10 lines
154 B
JSON
10 lines
154 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "es5"],
|
|
"target": "es5",
|
|
"types": ["cypress", "node"],
|
|
"incremental": true
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|