Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can learn how to do this in our [installation page](/download).

### TSConfig

The TSConfig is a json5 file which configures both your compiler flags, and declare where to find files.
The TSConfig is a jsonc file which configures both your compiler flags, and declare where to find files.
In this case, you will want a file like the following:

```json5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Você pode aprender como fazer isso em nossa [página de instalação](/download

### TSConfig

O TSConfig é um arquivo json5 que configura ambos os sinalizadores do compilador e declara onde encontrar os arquivos.
O TSConfig é um arquivo jsonc que configura ambos os sinalizadores do compilador e declara onde encontrar os arquivos.
Neste caso, você vai querer um arquivo como o seguinte:

```json5
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/test/twoslashSupport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const sandboxMock: any = (code: string) => ({
})

describe("gets twoslash compiler error messages", () => {
it.only("gets the right vars", () => {
it("gets the right vars", () => {
const sandbox = sandboxMock(`
// @noImplicitAny: false
// @target: ES2015
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.