Skip to content

Commit

Permalink
fix: fix tsc:prod
Browse files Browse the repository at this point in the history
  • Loading branch information
killagu committed Dec 15, 2022
1 parent ea84da9 commit ca78d00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"app/**/*.json",
"config/**/*.ts",
"typings/**/*.ts",
"app.ts"
"app.ts",
"module.d.ts"
]
}

0 comments on commit ca78d00

Please sign in to comment.