kill insertion working

This commit is contained in:
2023-08-12 13:51:18 +02:00
parent 338a283a07
commit 59c53a8417
9 changed files with 330 additions and 94 deletions
+1 -1
View File
@@ -101,5 +101,5 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"compileOnSave": true,
"exclude": ["jest.config.ts", "./tests"]
"exclude": ["jest.config.ts", "./tests", "./src/templates"]
}