mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-14 01:21:48 +00:00
feat: Use Db with TypeORM to save logs
This commit is contained in:
+4
-1
@@ -18,6 +18,9 @@
|
||||
"noImplicitAny": true,
|
||||
/* Completeness */
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": ["./src/types", "./node_modules/@types"]
|
||||
"typeRoots": ["./src/types", "./node_modules/@types"],
|
||||
/* Decorators */
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user