We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8221e commit c3adcdeCopy full SHA for c3adcde
frontend/ts/client.tsx
@@ -1,4 +1,5 @@
1
import BrowserProtocol from 'farce/BrowserProtocol';
2
+// @ts-ignore
3
import { Resolver } from 'found-relay';
4
import createInitialFarceRouter from 'found/createInitialFarceRouter';
5
import * as React from "react";
frontend/tsconfig.json
@@ -6,7 +6,6 @@
6
"noEmit": true,
7
"moduleResolution": "node",
8
"strict": true,
9
- "target": "es2015",
10
- "noImplicitAny": false
+ "target": "es2015"
11
}
12
0 commit comments