{
  "compilerOptions": {
    "rootDirs": ["src"],
    "outDir": "build",
    "lib": ["es2020"],
    "target": "es2020",
    "module": "Node16",
    "moduleResolution": "Node16",
    "esModuleInterop": true,
    "types": ["node"],
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "resolveJsonModule": true,                          
    "allowJs": true,                                   
    "checkJs": true,                                
    "forceConsistentCasingInFileNames": true,          
    "strict": true,       
    "strictPropertyInitialization": false,                               
    "noImplicitAny": true,                               
    "strictNullChecks": true,                         
    "alwaysStrict": true,                           
    "noUnusedLocals": true,                          
    "noImplicitReturns": true,                        
    "skipLibCheck": true,                                
  }
}