修复tsconfig

This commit is contained in:
whyour 2022-10-20 15:30:22 +08:00
parent 4194f1964d
commit 04613bf9a9
3 changed files with 1 additions and 3 deletions

View File

@ -61,7 +61,6 @@ podman run -dit \
-p 5700:5700 \ -p 5700:5700 \
--name qinglong \ --name qinglong \
--hostname qinglong \ --hostname qinglong \
--restart unless-stopped \
docker.io/whyour/qinglong:latest docker.io/whyour/qinglong:latest
``` ```

View File

@ -61,7 +61,6 @@ podman run -dit \
-p 5700:5700 \ -p 5700:5700 \
--name qinglong \ --name qinglong \
--hostname qinglong \ --hostname qinglong \
--restart unless-stopped \
docker.io/whyour/qinglong:latest docker.io/whyour/qinglong:latest
``` ```

View File

@ -8,7 +8,7 @@
"./node_modules/celebrate/lib/index.d.ts" "./node_modules/celebrate/lib/index.d.ts"
], ],
"paths": { "paths": {
"@/*": ["back/*"], "@/*": ["./back/*"],
}, },
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"experimentalDecorators": true, "experimentalDecorators": true,