Skip to content

Commit 179b6b7

Browse files
author
Kohei Asai
authored
Refactor tsconfig (axross#138)
1 parent b43eeff commit 179b6b7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: tsconfig.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
22
"compilerOptions": {
33
"lib": ["esnext"],
4-
"downlevelIteration": true /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */,
54
"strict": true,
6-
"noImplicitAny": true,
7-
"strictNullChecks": true,
8-
"strictFunctionTypes": true,
9-
"strictBindCallApply": true,
10-
"strictPropertyInitialization": true,
11-
"noImplicitThis": true,
12-
"alwaysStrict": true,
135
"noUnusedLocals": true,
146
"noUnusedParameters": true,
157
"noImplicitReturns": true,
168
"noFallthroughCasesInSwitch": true,
9+
"downlevelIteration": true,
1710
"plugins": [{ "name": "typescript-deno-plugin" }]
1811
}
1912
}

0 commit comments

Comments
 (0)