Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 179b6b7

Browse filesBrowse files
author
Kohei Asai
authored
Refactor tsconfig (#138)
1 parent b43eeff commit 179b6b7
Copy full SHA for 179b6b7

File tree

1 file changed

+1
-8
lines changed
Filter options

1 file changed

+1
-8
lines changed

‎tsconfig.json

Copy file name to clipboard
+1-8Lines changed: 1 addition & 8 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.