8 lines
158 B
JSON
8 lines
158 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "esnext",
|
||
|
"lib": ["esnext"],
|
||
|
"types": ["@cloudflare/workers-types"]
|
||
|
}
|
||
|
}
|