You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/guides/typescript.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,7 @@ First install the TypeScript compiler and loader by running:
26
26
npm install --save-dev typescript ts-loader
27
27
```
28
28
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:
0 commit comments