Skip to content

Commit 18b0def

Browse files
committed
Minor reword
1 parent 927cc8d commit 18b0def

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

frontend/encore/typescript.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ Want to use `TypeScript`_? No problem! First, enable it:
2020
+ //.enableForkedTypeScriptTypesChecking()
2121
;
2222
23-
Then add a `tsconfig.json` file with the contents `{}` to the project folder,
24-
or in the folder where your TypeScript files are located, like the `/assets`
25-
folder. In `tsconfig.json` you can define more options on how to process
26-
TypeScript, but defining no additional options will already work.
23+
Then create an empty ``tsconfig.json`` file with the contents ``{}`` in the project
24+
root folder (or in the folder where your TypeScript files are located; e.g. ``assets/``).
25+
In ``tsconfig.json`` you can define more options, as shown in `tsconfig.json reference`_.
2726

2827
Then restart Encore. When you do, it will give you a command you can run to
2928
install any missing dependencies. After running that command and restarting

0 commit comments

Comments
 (0)