feat(doc): move harness

This commit is contained in:
thomas
2023-10-17 23:09:21 +02:00
parent 3bed1449f5
commit 82142f822c
20 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "jest.config.ts"],
"compilerOptions": {
"types": []
}
}