feat(doc): move crud

This commit is contained in:
thomas
2023-10-18 09:59:27 +02:00
parent 428e877c19
commit fc93515530
19 changed files with 32 additions and 26 deletions

View File

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