Skip to content

Commit

Permalink
html: rebuild header file
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Jul 28, 2020
1 parent c61e62c commit 8302039
Show file tree
Hide file tree
Showing 2 changed files with 485 additions and 475 deletions.
6 changes: 3 additions & 3 deletions html/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "esnext",
"module": "es6",
"target": "es2015",
"module": "es2015",
"lib": [
"es2017",
"es2015",
"dom"
],
"allowJs": true,
Expand Down

0 comments on commit 8302039

Please sign in to comment.