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 bd06812 commit 63ad8beCopy full SHA for 63ad8be
tsconfig.json
@@ -7,7 +7,8 @@
7
"resolveJsonModule": true,
8
"noUnusedLocals": false,
9
"skipLibCheck": true,
10
- "lib": ["DOM"]
+ "lib": ["DOM"],
11
+ "strict": true,
12
},
13
"include": ["./src/**/*", "config.ts"]
14
}
0 commit comments