We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c56150d + 49d5929 commit 22211ffCopy full SHA for 22211ff
frontend/encore/typescript.rst
@@ -20,6 +20,10 @@ Want to use `TypeScript`_? No problem! First, enable it:
20
+ //.enableForkedTypeScriptTypesChecking()
21
;
22
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`_.
26
+
27
Then restart Encore. When you do, it will give you a command you can run to
28
install any missing dependencies. After running that command and restarting
29
Encore, you're done!
0 commit comments