aboutsummaryrefslogtreecommitdiff
path: root/editors/code/tsconfig.json
Commit message (Collapse)AuthorAgeFilesLines
* Switch impure functional style to pure imperativeAleksey Kladov2019-12-311-1/+1
|
* Reformat with tsfmtAleksey Kladov2019-12-301-1/+2
|
* Minimize TypeScript buildAleksey Kladov2019-12-301-2/+6
|
* Enable noFallthroughCasesInSwitch option for vscode extensionTetsuharu OHZEKI2019-12-111-1/+2
|
* Enable noImplicitReturns option for vscode extensionTetsuharu OHZEKI2019-12-111-1/+2
|
* Enable noUnusedParameters option for vscode extensionTetsuharu OHZEKI2019-12-111-1/+2
|
* Use ES2018 for vscode extensionTetsuharu OHZEKI2019-12-111-2/+2
| | | | | | | Today's latest vscode v1.40 (Node.jsv12.4/V8 v7.6) supports ES2018 features natively. We don't have to transform codes to ES6.
* Add noUnusedLocals to VsCode tsconfigRyan Cumming2019-06-291-1/+2
| | | | | | `tslint` doesn't catch this because TypeScript has had this check builtin since 2.9. However, it's disabled by default so right now nothing is checking for unused variables.
* Run prettier on all filesDaniel McNab2018-10-081-7/+2
|
* rename all thingsAleksey Kladov2018-09-161-0/+17