Skip to content

Commit

Permalink
🐎 Speedup GitHub workflows (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrath committed Apr 13, 2022
1 parent 2a79082 commit 2bf0fa9
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 0 deletions.
112 changes: 112 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"winattr": "^3.0.0"
},
"devDependencies": {
"@swc/core": "^1.2.165",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.180",
"@types/unzipper": "^0.10.5",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"version" : "4.3.4",
"compileOnSave": false,
"ts-node": {
"swc": true
},
"compilerOptions": {
"module": "commonjs",
"outDir": "./dist",
Expand Down

0 comments on commit 2bf0fa9

Please sign in to comment.