To build successfully with tsc, `wllama` requires the following properties in `tsconfig.json`: ```json [...] "exactOptionalPropertyTypes": false, "noImplicitOverride": false, "verbatimModuleSyntax": false, [...] ``` set `"skipLibCheck": true` doesnt fix this issue. ### Expected behavior `wllama` should build successfully with any user `tsconfig.json` ### Possible solution use stricter `tsconfig.json` in `wllama` project