working kill posts

This commit is contained in:
2023-03-03 10:58:19 +01:00
parent 77c48a7a07
commit cd6a9a9e9e
10 changed files with 86 additions and 220 deletions
+2 -1
View File
@@ -100,5 +100,6 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"compileOnSave": true
"compileOnSave": true,
"exclude": ["jest.config.ts", "./tests"]
}