{
    "compilerOptions": {
      "baseUrl": "./ets",
      "paths": {
        "std": [
          "../../../../../../../../../arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std"
        ],
        "escompat": [
          "../../../../../../../../../arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat"
        ],
        "@koalaui/common": [
          "../../../../../../../../../third_party/musl/temp_idlize/node_modules/@koalaui/common/src"
        ],
        "@koalaui/compat": [
          "../../../../../../../../../third_party/musl/temp_idlize/node_modules/@koalaui/compat/src/arkts"
        ],
        "@koalaui/interop": [
          "../../../../../../../../../third_party/musl/temp_idlize/node_modules/@koalaui/interop/src/arkts"
        ],
        "@koalaui/runtime": [
          "../../../../../../../../../third_party/musl/temp_idlize/node_modules/@koalaui/runtime/src"
        ],
        "@ohos.screen": [
          "./screen.ets"
        ],
        "@ohos.base": [
          "../../../../../../../../../interface/sdk-js/api/@ohos.base.d.ets"
        ]
      },
      "outDir": "../cache",
      "package": "@ohos"
    },
    "files": [
      "./ets/screen.ets"
    ]
  }