mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
Update tsconfig.app.json config (#100)
This commit is contained in:
parent
c02ce1d181
commit
2375b470b0
|
|
@ -6,6 +6,8 @@
|
|||
"composite": true,
|
||||
"moduleResolution": "node",
|
||||
"baseUrl": ".",
|
||||
"target": "esnext", // 使用ES最新语法
|
||||
"module": "esnext", // 使用ES模块语法
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue