mirror of
https://github.com/zizifn/edgetunnel
synced 2024-11-22 09:34:32 +00:00
16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "esnext",
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"strict": true,
|
|
"alwaysStrict": true,
|
|
"preserveConstEnums": true,
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"types": ["@cloudflare/workers-types"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist", "test"]
|
|
} |