fix(ssr): tsdown build error
- Updated metro-config dependency in pnpm-lock.yaml to include utf-8-validate. - Reformatted tsconfig.json for better readability and consistency in array and object structures. - Ensured proper newline handling in package.json and tsconfig.json files. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
a4baa19abe
commit
a421e79d46
|
|
@ -13,7 +13,7 @@
|
|||
"module": "esnext",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"jsx": "react",
|
||||
"incremental": true,
|
||||
"types": ["vite/client", "@follow/types/react", "@follow/types/global"],
|
||||
"plugins": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue