diff --git a/package.json b/package.json index 70c35e2..581f220 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "url": "git@github.com:brtnshrdr/angular2-hotkeys.git/issues" }, "dependencies": { - "@types/mousetrap": "^1.6.9", "mousetrap": "^1.6.5", "tslib": "^2.3.1" }, @@ -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", @@ -69,4 +69,4 @@ "typescript": "~4.8.4", "zone.js": "~0.11.4" } -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json index b0c0976..ff1a5df 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,7 +27,6 @@ }, "angularCompilerOptions": { "fullTemplateTypeCheck": true, - "strictInjectionParameters": true, - "enableIvy": false + "strictInjectionParameters": true } } diff --git a/tsconfig.lib.prod.json b/tsconfig.lib.prod.json index 49dc3b4..ac0a278 100644 --- a/tsconfig.lib.prod.json +++ b/tsconfig.lib.prod.json @@ -1,6 +1,6 @@ { "extends": "./tsconfig.lib.json", "angularCompilerOptions": { - "enableIvy": false + "compilationMode": "partial" } }