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
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"]
}