overleaf/patches/ngcomponent+4.1.0.patch
Alf Eaton 773319d550 Merge pull request #9725 from overleaf/ae-overleaf-develop-ce
Add Server CE development environment

GitOrigin-RevId: c91d9eb58b1dbc3be24646e77033cd3242e707f0
2022-10-12 08:03:27 +00:00

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')