Skip to content

Commit c569ca4

Browse files
Update typescript.mdx
1 parent 3b9e753 commit c569ca4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/guides/typescript.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ Now we'll modify the directory structure & the configuration files:
3535
├── package.json
3636
├── package-lock.json
3737
+ ├── tsconfig.json
38+
- ├── webpack.config.ts
3839
+ ├── webpack.config.ts
3940
├── /dist
4041
│ ├── bundle.js
4142
│ └── index.html
4243
├── /src
43-
│ ├── index.js
44+
- │ ├── index.js
4445
+ │ └── index.ts
4546
└── /node_modules
4647
```

0 commit comments

Comments
 (0)