build:调整tsconfig.json

This commit is contained in:
妙码生花 2022-08-13 08:44:12 +08:00
parent c79d658592
commit d4f120b82a

View File

@ -11,6 +11,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"isolatedModules": true,
"baseUrl": "./",
"paths": {
"/@/*": ["src/*"]