Files
edgetunnel/functions/tsconfig.json
zizifn 8614399a5a Refactor vless (#86)
fix issue #76
2023-01-06 01:11:39 +08:00

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"]
}
}
}