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

This commit is contained in:
aojunhao123 2025-06-03 11:20:52 +08:00
parent 15df1d3dad
commit 52c2fc1344
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"]
}