TSConfigurator

Should TypeScript only allow JavaScript features at the non-type level (forbids: JSX, enums, constructor parameter properties, namespaces)?
Which filename extension do you want to use in local imports?
Do you want to transpile new ECMAScript features to older versions (to support older JavaScript engines)?
What files should tsc emit? (Select nothing if you only want to use it for type checking)
You may have to remove some lines. Which ones those are should be clear from the comments.
TSConfigurator by Axel Rauschmayer