chore(TS): skipLibCheck (#97)

v3.2
无故事国国王 2024-04-15 16:52:58 +08:00 committed by GitHub
parent 879d9a7d9c
commit b50eddf90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
"composite": true,
"module": "ESNext",
"moduleResolution": "node",
"types": ["node"]
"skipLibCheck": true, // node
"types": [
"node"
]
}
}
}