Skip to content

Commit

Permalink
[BNF-4] - Fixing a problem with dayjs.
Browse files Browse the repository at this point in the history
  • Loading branch information
SalahAdDin committed Feb 2, 2021
1 parent 1395b73 commit ff57ef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
Expand All @@ -15,7 +16,7 @@
"include": [
"src/**/*"
],
"exclude": [
"exclude": [
"node_modules",
"**/*.spec.ts"
]
Expand Down

0 comments on commit ff57ef9

Please sign in to comment.