Skip to content

wllama requires laxed tsconfig.json #175

@Jerboas86

Description

@Jerboas86

To build successfully with tsc, wllama requires the following properties in tsconfig.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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions