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 fa85549 commit 3d1fe36Copy full SHA for 3d1fe36
1 file changed
tsconfig.json
@@ -1,10 +1,10 @@
1
{
2
"compilerOptions": {
3
- "target": "ESNext",
4
- "lib": ["ESNext"],
5
- "esModuleInterop": true,
6
- "moduleResolution": "node",
7
- "strict": true,
8
- "strictNullChecks": true
+ "target": "ESNext",
+ "lib": ["ESNext"],
+ "esModuleInterop": true,
+ "moduleResolution": "node",
+ "strict": true,
+ "strictNullChecks": true,
9
}
10
0 commit comments