{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@vben/tsconfig/web.json", "compilerOptions": { "baseUrl": ".", "paths": { "#/*": ["./src/*"] } }, "include": ["src"] }