feat(tsconfig): 修改参数
This commit is contained in:
parent
6a75d0412a
commit
54a680c0ff
@ -15,7 +15,7 @@
|
|||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"moduleResolution": "Bundler",
|
"moduleResolution": "NodeNext",
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"jsxFactory": "React.createElement",
|
"jsxFactory": "React.createElement",
|
||||||
"jsxFragmentFactory": "React.Fragment",
|
"jsxFragmentFactory": "React.Fragment",
|
||||||
@ -26,7 +26,6 @@
|
|||||||
"target": "es6",
|
"target": "es6",
|
||||||
"lib": ["dom", "es2017"],
|
"lib": ["dom", "es2017"],
|
||||||
"stripInternal": true,
|
"stripInternal": true,
|
||||||
"resolvePackageJsonExports": true,
|
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"types": [
|
"types": [
|
||||||
// "@zhst/meta" 全局使用的工具包,不建议写到 npm 包中去
|
// "@zhst/meta" 全局使用的工具包,不建议写到 npm 包中去
|
||||||
|
Loading…
Reference in New Issue
Block a user