fix(tsconfig): 修改配置
This commit is contained in:
parent
d0607af936
commit
5a1e41a7a3
@ -69,7 +69,8 @@
|
||||
"prettier-plugin-packagejson": "^2.2.18",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"stylelint": "^14.9.1"
|
||||
"stylelint": "^14.9.1",
|
||||
"typescript": "5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.9.0",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"noUnusedLocals": true,
|
||||
"noImplicitAny": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"moduleResolution": "NodeNext",
|
||||
"isolatedModules": false,
|
||||
"target": "es6",
|
||||
"lib": ["dom", "es2017"],
|
||||
|
Loading…
Reference in New Issue
Block a user