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