Skip to content

Commit 9091105

Browse files
refactor(guides): remove unecessary paragraph & command
1 parent dcd351b commit 9091105

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/content/guides/typescript.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ First install the TypeScript compiler and loader by running:
2626
npm install --save-dev typescript ts-loader
2727
```
2828

29-
Now we'll modify the directory structure & the configuration files, we need to swap our JavaScript files over to TypeScript. Rename the core files by changing their extensions from .js to .ts as shown below:
30-
`.src/index.js` to `./src/index.ts`
31-
and `webpack.config.js` to `webpack.config.ts`
29+
Now we'll modify the directory structure & the configuration files:
3230

3331
**project**
3432

0 commit comments

Comments
 (0)