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
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}