Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 19, 2021
1 parent 3b93303 commit 09ad3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"hooks": {
"before:init": "run-s clean build"
"before:init": "run-s clean compile"
}
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"module": "commonjs",
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
Expand Down

0 comments on commit 09ad3fd

Please sign in to comment.