mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
773319d550
Add Server CE development environment GitOrigin-RevId: c91d9eb58b1dbc3be24646e77033cd3242e707f0
9 lines
387 B
Diff
9 lines
387 B
Diff
diff --git a/node_modules/react2angular/index.tsx b/node_modules/react2angular/index.tsx
|
|
index 5cee831..a07e040 100644
|
|
--- a/node_modules/react2angular/index.tsx
|
|
+++ b/node_modules/react2angular/index.tsx
|
|
@@ -1,3 +1,4 @@
|
|
+// @ts-nocheck
|
|
import { IAugmentedJQuery, IComponentOptions } from 'angular'
|
|
import fromPairs = require('lodash.frompairs')
|
|
import NgComponent from 'ngcomponent'
|