Revert "Revert "Root encrypted data to kms encryption""

This commit is contained in:
Maidul Islam
2025-02-11 22:41:32 -05:00
committed by GitHub
parent d2cf296250
commit f0b6382f92
77 changed files with 2205 additions and 1295 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": {