{
    "compilerOptions": {
      "baseUrl": "./",
      "experimentalDecorators": true,
      "emitDecoratorMetadata": true,
      "target": "ES2018",
      "module": "es2022",       
      "moduleResolution": "node",     
      "strict": true,
      "esModuleInterop": true,
      "sourceMap": true,
      "outDir": "dist",
      "strictNullChecks": false,    
      "allowSyntheticDefaultImports": true,  
      "lib": ["DOM", "ESNext", "WebWorker"],  
      "paths": {        
        //  "@rws-framework/client/*": ["../*"],      
        //  "@rws-framework/client": ["../index"],      
      }       
    }
  }