mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
9eb8743014
[CE/SP] Hotfix 4.1.6 GitOrigin-RevId: dc023665d5e0868913eff2104de1acaf7038cb9f
9 lines
357 B
Diff
9 lines
357 B
Diff
diff --git a/node_modules/ngcomponent/index.ts b/node_modules/ngcomponent/index.ts
|
|
index 5fe33c5..8e1c6fc 100644
|
|
--- a/node_modules/ngcomponent/index.ts
|
|
+++ b/node_modules/ngcomponent/index.ts
|
|
@@ -1,3 +1,4 @@
|
|
+// @ts-nocheck
|
|
import { IChangesObject } from 'angular'
|
|
import assign = require('lodash/assign')
|
|
import mapValues = require('lodash/mapValues')
|