chore(TS): skipLibCheck (#97)

This commit is contained in:
无故事国国王 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

View File

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