Skip to content

Commit 24bdd37

Browse files
committed
chore: fix upgraded tooling checks
1 parent 0bf15f4 commit 24bdd37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4+
"ignoreDeprecations": "6.0",
5+
"strict": false,
46
"moduleResolution": "node",
57
"baseUrl": "./",
68
"jsx": "preserve",

0 commit comments

Comments
 (0)