There was an error while loading. Please reload this page.
1 parent 550d412 commit 4ea6dd2Copy full SHA for 4ea6dd2
1 file changed
tsconfig.json
@@ -1,6 +1,9 @@
1
{
2
"compilerOptions": {
3
"target": "esnext",
4
+ "ignoreDeprecations": "6.0",
5
+ "strict": false,
6
+ "types": ["node", "jest"],
7
"moduleResolution": "node",
8
"baseUrl": "./",
9
"jsx": "react",
0 commit comments