We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dedc4 commit 1ad3f7cCopy full SHA for 1ad3f7c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular2-tree-component",
3
- "version": "2.8.1",
+ "version": "2.8.1-performance",
4
"description": "A simple yet powerful tree component for Angular2",
5
"author": "Adam Klein <adam@500tech.com>",
6
"homepage": "https://github.com/500tech/angular2-tree-component",
tsconfig.json
@@ -9,6 +9,7 @@
9
"inlineSourceMap": true,
10
"inlineSources": true,
11
"declaration": true,
12
+ "skipLibCheck": true,
13
"lib": ["es2015", "dom"]
14
},
15
"files": [
0 commit comments