samchon / tgrid

TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
https://tgrid.com/
MIT License
141 stars 19 forks source link

Strict Mode #13

Closed samchon closed 5 years ago

samchon commented 5 years ago

TGrid should support some people who are using TyeScript in Strict mode.

tsconfig.json

{
    "compilerOptions: {
        ....,
        "strict": true
    }
}
samchon commented 5 years ago

v0.1.7 supports the strict mode.