1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00
Files
pawkey-sk/cypress/tsconfig.json

10 lines
154 B
JSON

{
"compilerOptions": {
"lib": ["dom", "es5"],
"target": "es5",
"types": ["cypress", "node"],
"incremental": true
},
"include": ["./**/*.ts"]
}