Skip to content

Commit

Permalink
chore(*): update import type
Browse files Browse the repository at this point in the history
  • Loading branch information
dzzzzzy committed Dec 21, 2018
1 parent 3ebc073 commit 5609066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/user.entity.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as moment from 'moment';
import moment from 'moment';
import {
Column,
CreateDateColumn,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowJs": false,
"baseUrl": "./",
"declaration": true,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
Expand Down

0 comments on commit 5609066

Please sign in to comment.