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 b43eeff commit 179b6b7Copy full SHA for 179b6b7
tsconfig.json
@@ -1,19 +1,12 @@
1
{
2
"compilerOptions": {
3
"lib": ["esnext"],
4
- "downlevelIteration": true /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */,
5
"strict": true,
6
- "noImplicitAny": true,
7
- "strictNullChecks": true,
8
- "strictFunctionTypes": true,
9
- "strictBindCallApply": true,
10
- "strictPropertyInitialization": true,
11
- "noImplicitThis": true,
12
- "alwaysStrict": true,
13
"noUnusedLocals": true,
14
"noUnusedParameters": true,
15
"noImplicitReturns": true,
16
"noFallthroughCasesInSwitch": true,
+ "downlevelIteration": true,
17
"plugins": [{ "name": "typescript-deno-plugin" }]
18
}
19
0 commit comments