This commit is contained in:
wxhao
2025-10-31 14:26:32 +08:00
parent ba4e7b55e2
commit 43534e3ef4
11 changed files with 5738 additions and 31 deletions

10
tsconfig.node.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["webpack.config.js"]
}