修复: tsconfig.json
This commit is contained in:
parent
39de7fe1ac
commit
a0de373666
|
|
@ -24,7 +24,6 @@ export const columns = [
|
|||
{
|
||||
name: 'sex',
|
||||
label: '性别',
|
||||
|
||||
slot: true,
|
||||
search: true,
|
||||
span: 8,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@
|
|||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"noEmit": true,
|
||||
// 跳过库检查,解决打包失败
|
||||
"skipLibCheck": true,
|
||||
// 解析非相对模块名的基准目录
|
||||
|
|
|
|||
Loading…
Reference in New Issue