Skip to content

Commit

Permalink
Fix ivy build mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Lückel committed May 11, 2023
1 parent 29f60d5 commit 798f508
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"url": "[email protected]:brtnshrdr/angular2-hotkeys.git/issues"
},
"dependencies": {
"@types/mousetrap": "^1.6.9",
"mousetrap": "^1.6.5",
"tslib": "^2.3.1"
},
Expand All @@ -53,6 +52,7 @@
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.14",
"@types/mousetrap": "^1.6.9",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.0.0",
"jasmine-spec-reporter": "~7.0.0",
Expand All @@ -69,4 +69,4 @@
"typescript": "~4.8.4",
"zone.js": "~0.11.4"
}
}
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableIvy": false
"strictInjectionParameters": true
}
}
2 changes: 1 addition & 1 deletion tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.lib.json",
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
}
}

0 comments on commit 798f508

Please sign in to comment.