mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复tsconfig
This commit is contained in:
parent
4194f1964d
commit
04613bf9a9
|
@ -61,7 +61,6 @@ podman run -dit \
|
|||
-p 5700:5700 \
|
||||
--name qinglong \
|
||||
--hostname qinglong \
|
||||
--restart unless-stopped \
|
||||
docker.io/whyour/qinglong:latest
|
||||
```
|
||||
|
||||
|
|
|
@ -61,7 +61,6 @@ podman run -dit \
|
|||
-p 5700:5700 \
|
||||
--name qinglong \
|
||||
--hostname qinglong \
|
||||
--restart unless-stopped \
|
||||
docker.io/whyour/qinglong:latest
|
||||
```
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"./node_modules/celebrate/lib/index.d.ts"
|
||||
],
|
||||
"paths": {
|
||||
"@/*": ["back/*"],
|
||||
"@/*": ["./back/*"],
|
||||
},
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"experimentalDecorators": true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user