aboutsummaryrefslogtreecommitdiff
path: root/editors/code/tsconfig.json
Commit message (Collapse)AuthorAgeFilesLines
* Disable ES module interopLaurențiu Nicola2020-07-061-2/+0
|
* vscode client side testsvsrs2020-05-201-2/+7
|
* Target es2019 (code 1.43 uses chromium 78)Darin Morrison2020-03-181-1/+1
|
* vscode: amended config to use binary from globalStoragePath, added ui for ↵Veetaha2020-02-081-0/+2
| | | | downloading
* Use simple prng instead of a dependencyAleksey Kladov2020-02-031-2/+1
| | | | closes #2999
* Remove recent improvements to the build scriptAleksey Kladov2020-02-031-4/+2
| | | | | | | | tslib as a dev dependency and commonjs modules are definitely *wrong* in the ideal world, **but** in the real world that's the only combination that works. See https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Problems.20with.20TypeScript.20build
* Fix build of typscript extensionAleksey Kladov2020-02-031-0/+1
|
* vscode: fix bundling by switching to es2015 target modules systemVeetaha2020-02-031-1/+1
|
* vscode: moved tslib to runtime dependencies and added \"importHelpers\": trueVeetaha2020-02-011-0/+1
|
* Fix seedrandom in packaged extensionbjorn32020-02-011-1/+2
| | | | Fixes #2971
* 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