GilSnappy

Results 4 comments of GilSnappy

Can confirm that this is still the case now (using serverless-plugin-typescript: 1.1.7, 1.2.0 and 2.1.0). Any solution? Using skipLibCheck makes the compilation a bit faster, about 10 seconds

Is there a solution to this error message: Option '--incremental' can only be specified using tsconfig, emitting to single file or when option '--tsBuildInfoFile' is specified?

It works, thanks! I hoped this would solve my slow compilation time, but it doesn't. Still over 10 seconds. tsconfig: ``` { "compilerOptions": { /* Language and Environment */ "target":...

I think that if I remove "tsBuildInfoFile": ".tsbuildinfo", "incremental": true it's the same time, or around that time. Too long :(