Skip to content

Commit 3b9e753

Browse files
docs: updated directory structure for basic typescript setup
1 parent dda614d commit 3b9e753

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/content/guides/typescript.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ contributors:
1111
- snitin315
1212
- tusharthakur04
1313
- ThierryRakotomanana
14+
- valentina-buoro
1415
---
1516

1617
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:
3435
├── package.json
3536
├── package-lock.json
3637
+ ├── tsconfig.json
37-
├── webpack.config.js
38+
+ ├── webpack.config.ts
3839
├── /dist
3940
│ ├── bundle.js
4041
│ └── index.html

0 commit comments

Comments
 (0)