chore(config): remove HMR setting and update TypeScript exclusion rules in configuration files (#53989)

This commit is contained in:
aojunhao123 2025-06-03 18:40:30 +08:00 committed by GitHub
parent fd05496e16
commit 50b915420c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@
"watch": {
"_nodeModulesRegexes": ["rc-.*"]
},
"hmr": false,
"devtool": false,
"experimental": {
"magicComment": true

View file

@ -18,5 +18,5 @@
"skipLibCheck": true
},
"include": ["./"],
"exclude": ["**/node_modules"]
"exclude": ["**/node_modules", "**/*.js"]
}