Commit Graph

10 Commits

Author SHA1 Message Date
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Andy
219dd6df82
Fix 'prefer-readonly' lint failures (#22819) 2018-01-10 14:59:37 -08:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
7660556dc2 css-modules: Use LF line endings (#18185) 2017-07-18 12:24:00 -07:00
Neek Sandhu
ed7bf7126e Fulfill compliance with tslint.json 2017-07-17 23:03:38 -07:00
Neek Sandhu
1c3089e2a8 Update index.d.ts
Add support for css pre-processors like `sass`, `less` etc.
2017-07-17 23:02:35 -07:00
Neek Sandhu
868ee465ad Create tslint.json 2017-07-17 17:03:36 -07:00
Neek Sandhu
ead0824c87 Add DefinitelyTyped headers 2017-07-14 19:15:34 -07:00
Neek Sandhu
4eb2295312 Add types for css-modules
Enables users to `import styles from '../main.css'` in your TypeScript files.
From there on, assuming user is using `webpack` with `css-loader`, they can also do `styles.toString()` or `classNames(styles.productLabel...` without any squiggly lines, instead works with intellisense beautifully (both of ops have `string` as return type)
2017-07-11 22:17:11 -07:00