jiangchengfeiyi-Web/tsconfig.json

18 lines
254 B
JSON
Raw Normal View History

2024-10-23 09:55:22 +00:00
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
2024-12-08 02:40:37 +00:00
],
"compilerOptions": {
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true
}
2024-10-23 09:55:22 +00:00
}
2024-10-27 10:08:43 +00:00