Reputation: 264
I set // @ts-nocheck
But I still get the typescript errors
OS: Catalina
Upvotes: 8
Views: 21966
Reputation: 4380
ts-nocheck
to only have meaning in JS files
This is implemented in TypeScript 3.7 beta: https://devblogs.microsoft.com/typescript/announcing-typescript-3-7-beta/
Upvotes: 8