Showing 1-20 of 11,428 packages
Resolve tsconfig baseUrl and paths imports with Parcel
ESLint Plugin that includes rules which encourage the use of absolute paths over relative paths, defined by paths or baseUrl from tsconfig.json
심플리즘 패키지 - Cordova Local BaseUrl Plugin
Extended Google GenAI SDK with custom baseURL and additional methods
Multiple baseURL aupport for axios.
An strapi local upload provider with prefix option to set baseurl
A plugin to run jest-playwright e2e tests in nx monorepo. It works similarly to cypress runner in a sense that you can pass either `devServerTarget` or `baseUrl`.
```ts const { app } = await createProxy({ port: 4444, token: "MzUxNDMzMTk0MDAxNjYxOTUy........", baseUrl?... app?... rest?... }); ```
Plugin, looks at imports and checks that there are no nested imports more than a certain number and replaces them with absolute imports, the allowed nesting level is determined by the maxLevel parameter, you also need to specify the baseUrl parameter so t
Tiny fetch wrapper with middleware, baseUrl, hooks (beforeFetch/afterFetch), redirect helper, and easy get/post/put/patch/delete helpers
封装内部 `$fetch` 和 `useFetch` 方法,可统一配置 `baseURL`,新建实例也可继承老配置
A plugin for snowpack which transforms the baseurl to make it possible to host the app on a sub path.
Parse the baseUrl and paths from tsconfig.json into aliases.
{ "include": ["src/**/*"], "compilerOptions": { "lib": ["es2021", "dom"], "types": ["reflect-metadata", "node"], "experimentalDecorators": true, "emitDecoratorMetadata": true, "jsx": "react-jsx", "baseUrl": "./src",
Obtain a valid baseUrl and paths from the compilerOptions in the tsconfig.json file
PostCSS plugin for add baseurl to absolute url assets
Resolve `import` and `export` expressions using the TSConfig `paths` and `baseUrl`. This was made to be used on Node environments where you need to have relative imports and most transpile tools (even `tsc` itself) doesn't change imports.
Helpful interceptor for axios to add multiple baseURL support.
Reads a jsconfig/tsconfig.json baseUrl and paths and provides a methods to replace its aliases in your files paths.
CLI to migrate TypeScript projects away from `baseUrl` usage