{ "extends": "@vue/tsconfig/tsconfig.web.json", "include": ["./playground/src/*", "./playground/src/env.d.ts", "./playground/src/**/*.vue"], "compilerOptions": { "baseUrl": ".", "paths": { "@crami/http":["./src/index.ts"], "~/*": ["./playground/src/*"], } }, "references": [ { "path": "./tsconfig.config.json" } ] }