feat: merge keck

This commit is contained in:
DarkSky
2022-07-22 17:04:52 +08:00
parent 7d433b53d4
commit 0871fbda07
19 changed files with 1302 additions and 58 deletions
+10
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"]
}