Merge branch 'develop' into 'master'

fix(tsconfig): 修改配置

See merge request web-project/zhst-lambo!43
This commit is contained in:
江志雄 2024-05-31 18:10:33 +08:00
commit e1d7ab2621
2 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -21,7 +21,7 @@
"noUnusedLocals": true,
"noImplicitAny": true,
"module": "esnext",
"moduleResolution": "bundler",
"moduleResolution": "NodeNext",
"isolatedModules": false,
"target": "es6",
"lib": ["dom", "es2017"],