mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Enable no implicit returns in tsconfig.json
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"target": "es5",
|
||||
"sourceMap": false,
|
||||
"experimentalDecorators": true,
|
||||
"declaration": true
|
||||
"declaration": true,
|
||||
"noImplicitReturns": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user