mirror of
https://github.com/supleed2/ICAS.git
synced 2024-11-10 03:05:48 +00:00
12 lines
159 B
JSON
12 lines
159 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "esnext",
|
||
|
"lib": [
|
||
|
"esnext"
|
||
|
],
|
||
|
"types": [
|
||
|
"@cloudflare/workers-types/2023-07-01"
|
||
|
]
|
||
|
}
|
||
|
}
|