Skip to content

Commit 2a9623d

Browse files
docs: updated directory structure for basic typescript setup (#8122)
* docs: updated directory structure for basic typescript setup * Update typescript.mdx --------- Co-authored-by: Alexander Akait <4567934+alexander-akait@users.noreply.github.com>
1 parent dda614d commit 2a9623d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/content/guides/typescript.mdx

Lines changed: 4 additions & 2 deletions
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,12 +35,13 @@ 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
39+
+ ├── webpack.config.ts
3840
├── /dist
3941
│ ├── bundle.js
4042
│ └── index.html
4143
├── /src
42-
│ ├── index.js
44+
- │ ├── index.js
4345
+ │ └── index.ts
4446
└── /node_modules
4547
```

0 commit comments

Comments
 (0)