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 3b9e753 commit c569ca4Copy full SHA for c569ca4
src/content/guides/typescript.mdx
@@ -35,12 +35,13 @@ Now we'll modify the directory structure & the configuration files:
35
├── package.json
36
├── package-lock.json
37
+ ├── tsconfig.json
38
+- ├── webpack.config.ts
39
+ ├── webpack.config.ts
40
├── /dist
41
│ ├── bundle.js
42
│ └── index.html
43
├── /src
- │ ├── index.js
44
+- │ ├── index.js
45
+ │ └── index.ts
46
└── /node_modules
47
```
0 commit comments