Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze committed Aug 18, 2023
1 parent 362939a commit f6b5325
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lib": [
"esnext",
"dom"
]
],
"skipLibCheck": true
},
"include": [
"./*.ts",
Expand Down
9 changes: 6 additions & 3 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node"
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}
"include": [
"vite.config.ts"
]
}
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
export default defineConfig({
plugins: [
vue(),
ElementPlus(undefined),
ElementPlus({}),
SFCFluentPlugin(),
ExternalFluentPlugin({
locales: ['zh-CN'], // required - list of locales
Expand Down

0 comments on commit f6b5325

Please sign in to comment.