File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
2827Then restart Encore. When you do, it will give you a command you can run to
2928install any missing dependencies. After running that command and restarting
You can’t perform that action at this time.
0 commit comments