mirror of
https://github.com/fjykTec/ModernWMS.git
synced 2024-11-13 04:04:40 +08:00
555a753a62
* init * Merge: Merge first commit from develop to release (#1) * init * init * init * first commit * feat(全局): 增加hook组件, 用于对话框、消息提示; 修改系统标题 * feat(Global):Sync gitee code with frontend on 2023-01-09 09:14. * feat(Global):Remove 'sqls' file. * feat(Commodity management): Delete volume verification * feat(Delivery Management): Modify tab English * feat(Back End): Synchronize back-end code_2023-01-09 10:33 * feat(package.json):Fixed dependecies version. * feat(Global):Update the readme. * feat(Global):Fix the readme. Co-authored-by: lysddp <lysddp@gmail.com> Co-authored-by: liufu <809388027@qq.com> Co-authored-by: Jokerls波吉 <11269866+jokerls-poji@user.noreply.gitee.com> Co-authored-by: lysddp <lysddp@gmail.com> Co-authored-by: liufu <809388027@qq.com> Co-authored-by: Jokerls波吉 <11269866+jokerls-poji@user.noreply.gitee.com>
24 lines
857 B
JSON
24 lines
857 B
JSON
{
|
||
"compilerOptions": {
|
||
"target": "ESNext",
|
||
"useDefineForClassFields": true,
|
||
"module": "ESNext",
|
||
"moduleResolution": "Node",
|
||
"strict": true,
|
||
"jsx": "preserve",
|
||
"resolveJsonModule": true,
|
||
"isolatedModules": true,
|
||
"esModuleInterop": true,
|
||
"lib": ["ESNext", "DOM"],
|
||
"skipLibCheck": true,
|
||
"noEmit": true,
|
||
// 加入以下配置项
|
||
"baseUrl": ".", // 用于设置解析非相对模块名称的基本目录,相对模块不会受到baseUrl的影响
|
||
"paths": {
|
||
// 用于设置模块名到基于baseUrl的路径映射
|
||
"@/*": ["src/*"]
|
||
}
|
||
},
|
||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/api/sys/login.tsn.tssrc/api/sys/login.tslogisrc/api/sys/login.tssys/src/api/sys/login.tsapi/sys/login.ts"],
|
||
"references": [{ "path": "./tsconfig.node.json" }]
|
||
}
|