ModernWMS/frontend/tsconfig.json
ModernWMS 555a753a62
Merge: Merge first commit from release to master (#2)
* 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>
2023-01-10 14:55:03 +08:00

24 lines
857 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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" }]
}