包含 NestJS 后端、三端前端、Prisma 数据模型、结算引擎测试与 PRD 文档。 Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"jsx": "preserve",
|
|
"paths": { "@/*": ["./src/*"] }
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.vue"]
|
|
}
|