Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

winnipass's avatar

Laravel Elixir Typescript Unknown Config Option skipLibCheck

This is my typescript config options

    {    
    "target": "es5",
            "module": "system",
            "moduleResolution": "node",
            "sourceMap": true,
            "emitDecoratorMetadata": true,
            "experimentalDecorators": true,
            "removeComments": false,
            "noImplicitAny": false,
            "skipLibCheck": true
        }

I get error => error TS5023: Unknown compiler option 'skipLibCheck'. when i run gulp

0 likes
0 replies

Please or to participate in this conversation.