fix(tsconfig): 修改ts提示

This commit is contained in:
NICE CODE BY DEV 2024-06-12 10:14:40 +08:00
parent 2a7ea08e02
commit bfc2dd7930

View File

@ -15,7 +15,6 @@
"importHelpers": false,
"strictNullChecks": true,
"experimentalDecorators": true,
"allowJs": true,
"jsxFactory": "React.createElement",
"jsxFragmentFactory": "React.Fragment",
"noUnusedParameters": true,