15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"types": [
|
|
"@cloudflare/workers-types"
|
|
],
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
} |