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