mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"lib": ["esnext"],
|
|
"types": ["@cloudflare/workers-types"],
|
|
"paths": {
|
|
"vless-js": ["../vless-js/src/index.ts"]
|
|
}
|
|
}
|
|
}
|