Commit aa7fd0e
authored
chore: rename tsconfig in new package script (#11322)
The `vite.config.js` file collects and processes all `tsconfig.json` files. During this process, it also detects newly added `tsconfig.json` files inside the `create-package/template` folder, which leads to errors being shown in the console when the development server starts. To address this, the files are now renamed to `tsconfig.template.json` and are reverted back to `tsconfig.json` when the generation script is executed.1 parent 2472d5a commit aa7fd0e
File tree
3 files changed
+2
-0
lines changed- packages/create-package
- template
- cypress
3 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
File renamed without changes.
0 commit comments