79397193

Date: 2025-01-29 15:14:30
Score: 0.5
Natty:
Report link

to solve problem change tsconfig like that

{
  "compilerOptions": {
    "typeRoots": ["libs/sdk/types", "node_modules/@types", "node_modules/@types/wicg-file-system-access"],
    "types": [
            "node",
            "typelevel",
            "react-util-types",
            "browser-compat",
            "ts5.0", // @types/wicg-file-system-access for 5.x typescript
            "office-js"
        ],
  }
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Andrew