Skip to content

Commit 4619b96

Browse files
authored
Add missing information about tsconfig.json
That a file tsconfig.json is necessary was not mentioned (without it the error "The 'files' list in config file 'tsconfig.json' is empty" occurs), and making it clear that it does not have to be in the main project folder seems helpful.
1 parent 3d75944 commit 4619b96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/encore/typescript.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ 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.
27+
2328
Then restart Encore. When you do, it will give you a command you can run to
2429
install any missing dependencies. After running that command and restarting
2530
Encore, you're done!

0 commit comments

Comments
 (0)