init edge tunnel

This commit is contained in:
zizifn
2022-12-04 03:42:48 +08:00
committed by zizifn
parent 6a3b43efcb
commit d4937e4106
52 changed files with 22530 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["node"]
},
"exclude": ["jest.config.ts", "**/*.spec.ts", "**/*.test.ts"],
"include": ["**/*.ts"]
}