Skip to content

Commit

Permalink
fix: don't require tslib in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 7, 2021
1 parent fdeae86 commit 69e1dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "./dist",
"baseUrl": "./",
"importHelpers": false,
"paths": {
"*": ["./node_modules/*"],
"elgato-stream-deck": ["./src/index.ts"]
Expand Down

0 comments on commit 69e1dfe

Please sign in to comment.