This commit is contained in:
2024-10-26 22:47:25 +08:00
parent 8250008971
commit 263bb327aa
2 changed files with 11 additions and 1 deletions

9
tsconfig.node.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["rsbuild.config.ts"]
}