File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/docs/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ npm i -D typescript @types/node
7373Use TypeScript to compile your F# code.
7474
7575``` bash
76- npx tsc Program.fs --target es2022
76+ npx tsc Program.fs.ts --target es2022 --skipLibCheck
7777```
7878
7979</li >
@@ -121,7 +121,7 @@ Run Fable and TypeScript in watch mode.
121121The follwing command start Fable in watch mode, and after the first Fable compilation, it will start TypeScript in watch mode.
122122
123123``` bash
124- dotnet fable watch --lang typescript --run npx tsc Program.fs.ts --target es2022 --watch --preserveWatchOutput
124+ dotnet fable watch --lang typescript --run npx tsc Program.fs.ts --target es2022 --skipLibCheck -- watch --preserveWatchOutput
125125```
126126
127127> You can use your favorite build system instead to launch the different commands in parallel.
You can’t perform that action at this time.
0 commit comments