11 lines
203 B
JSON
11 lines
203 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["@cloudflare/workers-types"]
|
|
}
|
|
}
|