Skip to content

Commit 8876a45

Browse files
committed
do not use external tslib helpers
1 parent c5d9579 commit 8876a45

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/shadow-objects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spearwolf/shadow-objects",
33
"description": "a reactive entity-component framework that feels at home in the shadows",
4-
"version": "0.21.1",
4+
"version": "0.22.0",
55
"author": {
66
"name": "Wolfger Schramm",
77
"email": "wolfger@spearwolf.de",

packages/shadow-objects/tsconfig.lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compilerOptions": {
55
"outDir": "./dist",
66
"declarationDir": "./dist",
7-
"removeComments": false
7+
"removeComments": false,
8+
"importHelpers": false
89
}
910
}

0 commit comments

Comments
 (0)