Files
AllinSSL/frontend/apps/domain-management-backend/tsconfig.json
2025-09-03 15:15:59 +08:00

8 lines
181 B
JSON

{
"compilerOptions": {
"jsx": "preserve"
},
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }] // 引用其他tsconfig文件
}