1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 23:49:11 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Peter Blazejewicz
5a11f7e381 Fix TS compiler error 2019-06-22 22:24:50 +02:00
Orta
dfa9150489 Merge pull request #135 from KonradLinkowski/patch-1
Change size existence check to default value
2019-06-19 14:45:15 -07:00
Bowden Kelly
610a8f6365 fix conflicts 2019-05-10 12:37:34 -07:00
Konrad Linkowski
ca643b25b2 Change size existence check to default value
Using default value for size param in gravatar method is more convenient.
2018-08-20 13:11:43 +02:00
Meir017
4ec629b8da use same signature for model function & ts type
declare function signature only once
2018-03-22 21:21:31 +02:00
Peter Blazejewicz
1b71586efa Update source and dependency to work with TypeScript 2.7. Closes #81
The commit brings compatibility with new features introduced in TypeScript 2.7.
The one with most impact on this project is ES6/ECMAScript module compatibility layer
added in 2.7 enabled in tsconfig.json for this project.
This allowed to rewrite source files to use shorted, better imports everywhere and
also use default exports.

To make project more aligned with updated TypeScript all the NPM depenendencies has been
updated making sure that everything works as expected and tests pass.

Thanks for the project!

Thanks!
2018-02-20 22:02:53 +01:00
xiangxiang
9ed0760ae9 fit error TS2559: Type '4' has no properties in common with type 'MinMaxOptions'.
fix err TypeScript-Node-Starter/src/controllers/api.ts[6, 9]: missing whitespace, 8 files
fix bugs of issue 15
2017-07-19 20:36:10 +08:00
Bowden Kelly
6625b87b19 initial commit 2017-05-09 13:28:09 -07:00