Refactor vless (#86)

fix issue #76
This commit is contained in:
zizifn
2023-01-06 01:11:39 +08:00
committed by GitHub
parent 8dc205dc8e
commit 8614399a5a
10 changed files with 317 additions and 197 deletions

View File

@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"module": "ESNext",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,