typescript-gradle-plugin icon indicating copy to clipboard operation
typescript-gradle-plugin copied to clipboard

Update TypeScript Options

Open aersam opened this issue 8 years ago • 0 comments

Some newer options are not yet supported:

  • strict
  • strictNullChecks
  • noImplicitThis
  • alwaysStrict
  • noUnusedLocals
  • noUnusedParameters

These are the ones I need :) There are surely others, there are a lot of options in TypeScript these days

aersam avatar Nov 23 '17 08:11 aersam