ICAS/tsconfig.json

12 lines
159 B
JSON
Raw Normal View History

2023-09-24 00:32:37 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": [
"esnext"
],
"types": [
"@cloudflare/workers-types/2023-07-01"
]
}
}