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 e6ffba8 commit cdb20eaCopy full SHA for cdb20ea
tsconfig.json
@@ -4,6 +4,7 @@
4
"target": "ES2020",
5
"moduleResolution" : "node",
6
"outDir": "dist",
7
+ "noImplicitAny": false,
8
"strict": true,
9
"noUnusedLocals": true,
10
"noImplicitReturns": true,
0 commit comments