chore(tsconfig): 删除不再使用的 tsconfig.node.json 文件

This commit is contained in:
2026-02-10 01:28:30 +08:00
parent 8d6e2efb53
commit 3c98ee0d47

View File

@@ -1,11 +0,0 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"strict": true
}
}