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.
1 parent dda614d commit 3b9e753Copy full SHA for 3b9e753
1 file changed
src/content/guides/typescript.mdx
@@ -11,6 +11,7 @@ contributors:
11
- snitin315
12
- tusharthakur04
13
- ThierryRakotomanana
14
+ - valentina-buoro
15
---
16
17
T> This guide stems from the [_Getting Started_](/guides/getting-started/) guide.
@@ -34,7 +35,7 @@ Now we'll modify the directory structure & the configuration files:
34
35
├── package.json
36
├── package-lock.json
37
+ ├── tsconfig.json
- ├── webpack.config.js
38
++ ├── webpack.config.ts
39
├── /dist
40
│ ├── bundle.js
41
│ └── index.html
0 commit comments