Skip to content

Commit 1ad3f7c

Browse files
committed
Update tsconfig / package.json
1 parent 82dedc4 commit 1ad3f7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-tree-component",
3-
"version": "2.8.1",
3+
"version": "2.8.1-performance",
44
"description": "A simple yet powerful tree component for Angular2",
55
"author": "Adam Klein <adam@500tech.com>",
66
"homepage": "https://github.com/500tech/angular2-tree-component",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"inlineSourceMap": true,
1010
"inlineSources": true,
1111
"declaration": true,
12+
"skipLibCheck": true,
1213
"lib": ["es2015", "dom"]
1314
},
1415
"files": [

0 commit comments

Comments
 (0)