filter pass dates

This commit is contained in:
Peter Maquiran
2023-08-28 16:07:06 +01:00
parent fbc02a0585
commit 416b448516
8 changed files with 28 additions and 25 deletions
+6 -1
View File
@@ -24,5 +24,10 @@
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
},
"esModuleInterop": true
"esModuleInterop": true,
"exclude": [
"src/models",
"src/sql",
"src/connection",
]
}