修复: tsconfig.json

This commit is contained in:
yuanzbz 2023-12-06 22:07:22 +08:00
parent 39de7fe1ac
commit a0de373666
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export const columns = [
{
name: 'sex',
label: '性别',
slot: true,
search: true,
span: 8,

View File

@ -10,7 +10,9 @@
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": ["ESNext", "DOM"],
"noEmit": true,
//
"skipLibCheck": true,
//