Skip to content

Commit d92ea61

Browse files
committed
some config stuff for v2.0.0
1 parent cbf736b commit d92ea61

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/router": "~11.0.0",
2222
"core-js": "^3.6.5",
2323
"gojs": "^2.1.35",
24-
"gojs-angular": "^1.0.17",
24+
"gojs-angular": "^2.0.0",
2525
"rxjs": "^6.6.3",
2626
"tslib": "^2.0.0",
2727
"zone.js": "~0.11.2",

src/tsconfig.app.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"outDir": "../out-tsc/app",
55
"types": []
66
},
7-
"angularCompilerOptions": {
8-
"enableIvy": false
9-
},
107
"exclude": [
118
"test.ts",
129
"**/*.spec.ts"

tsconfig.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
"lib": [
1818
"es2018",
1919
"dom"
20-
],
21-
"paths": {
22-
"gojs-angular": [
23-
"dist/gojs-angular"
24-
],
25-
"gojs-angular/*": [
26-
"dist/gojs-angular/*"
27-
]
28-
}
20+
]
2921
}
3022
}

0 commit comments

Comments
 (0)