Skip to content

Commit c3adcde

Browse files
committed
frontend: ignore type checks just for found-relay import
1 parent 1c8221e commit c3adcde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/ts/client.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import BrowserProtocol from 'farce/BrowserProtocol';
2+
// @ts-ignore
23
import { Resolver } from 'found-relay';
34
import createInitialFarceRouter from 'found/createInitialFarceRouter';
45
import * as React from "react";

frontend/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"noEmit": true,
77
"moduleResolution": "node",
88
"strict": true,
9-
"target": "es2015",
10-
"noImplicitAny": false
9+
"target": "es2015"
1110
}
1211
}

0 commit comments

Comments
 (0)