fix(tsconfig): 修改ts提示
This commit is contained in:
parent
2a7ea08e02
commit
bfc2dd7930
@ -15,7 +15,6 @@
|
|||||||
"importHelpers": false,
|
"importHelpers": false,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"allowJs": true,
|
|
||||||
"jsxFactory": "React.createElement",
|
"jsxFactory": "React.createElement",
|
||||||
"jsxFragmentFactory": "React.Fragment",
|
"jsxFragmentFactory": "React.Fragment",
|
||||||
"noUnusedParameters": true,
|
"noUnusedParameters": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user