chore: format
This commit is contained in:
@@ -6,10 +6,7 @@
|
|||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"typeRoots": [
|
"typeRoots": ["./node_modules/@types", "@types"],
|
||||||
"./node_modules/@types",
|
|
||||||
"@types"
|
|
||||||
],
|
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
@@ -42,8 +39,7 @@
|
|||||||
".eslintrc.cjs",
|
".eslintrc.cjs",
|
||||||
"postcss.config.cjs",
|
"postcss.config.cjs",
|
||||||
".storybook",
|
".storybook",
|
||||||
"unocss.config.ts"
|
"unocss.config.ts",
|
||||||
,
|
|
||||||
"@types"
|
"@types"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user