13 lines
200 B
JSON
13 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "Node",
|
|
"lib": [
|
|
"esnext"
|
|
],
|
|
"types": [
|
|
"@cloudflare/workers-types"
|
|
]
|
|
}
|
|
} |