feat: updated codebase for new field changes made on project level enc migration

This commit is contained in:
=
2024-11-29 14:23:34 +05:30
parent 3e5a58eec4
commit 5f6870fda8
19 changed files with 254 additions and 198 deletions

View File

@@ -1,7 +1,8 @@
{
"ts-node": {
// Do not forget to `npm i -D tsconfig-paths`
"require": ["tsconfig-paths/register"]
"require": ["tsconfig-paths/register"],
"files": true
},
"compilerOptions": {
"target": "esnext",
@@ -19,6 +20,7 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {