<yarn|npm|pnpm>add -D typescript-transform-paths 2. Configure Add it topluginsin yourtsconfig.json Example Config {"compilerOptions":{"baseUrl":"./",// Configure your path mapping here"paths":{"@utils/*":["utils/*"]},// Note: To transform paths for both the output .js and .d....
typescript-transform-paths Transform compiled source module resolution paths using TypeScript'spathsconfig, and/or custom resolution paths. Setup Steps 1. Install <yarn|npm|pnpm>add -D typescript-transform-paths 2. Configure Add it topluginsin yourtsconfig.json ...
plugin of plugins) { 16 23 if (plugin.transform === "typescript-transform-paths" &&!plugin.after) 17 24 res[plugin.after ? afterDeclarations" : "before"] = plugin; @@ -,8 +29,8 @@ functiongetProjectTransformer(pcl:ts.ParsedCommandLine) { 22 29 23 30 function...
- **deps-dev:** Bump typescript from 5.6.3 to 5.7.2 in /test ([#317](https://github.com/LeDDGroup/typescript-transform-paths/pull/317)) - **deps-dev:** Bump typescript-eslint from 8.15.0 to 8.16.0 ([#313](https://github.com/LeDDGroup/typescript-transform-paths/pull/3...
Updates the requirements on typescript-transform-paths to permit the latest version. Updates typescript-transform-paths to 3.5.4 Release notes Sourced from typescript-transform-paths's releases. ...
import b from "b"; // import { assertType } from "typescript-is"; interface A { a: number; } console.log(b); console.log(assertType<A>({ a: 10 })); package.json: { "name": "typescript-transform-paths-bug", "version": "1.0.0", "main": "index.js", "license": "MIT...
Removed the vendored typescript definitions for the old versions in favor of installing it from the package manager (typescript-3 and typescript-4.7). This should result in less code to maintain and (hopefully) more accurate types danielpza requested a review from nonara August 8, 2024 05:...
Branch name:renovate/typescript-eslint-monorepo Merge into:master Upgradetypescript-eslintto8.18.1 chore(deps): update dependency @types/node to v22.10.2 Schedule: ["at any time"] Branch name:renovate/node-22.x-lockfile Merge into:master ...
Bumps @eslint/js from 9.9.1 to 9.15.0. Release notes Sourced from @eslint/js's releases. v9.15.0 Features 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas...
Updates the requirements on typescript-transform-paths to permit the latest version. Updates typescript-transform-paths to 3.5.4 Release notes Sourced from typescript-transform-paths's releases. ...