mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-02 17:27:11 +08:00
* SystemJS: refined typeof 'transpiler' option, added plugin-typescript specific flags to typescriptOptions Refined typeof 'transpiler' option to only allow `false` as opposed to `boolean`. Added the `typescriptOptions` properties that are specific to plugin-typescript to typescriptOptions object. * lint and fix warnings