diff --git a/package-lock.json b/package-lock.json index 5d3c2124..bb174852 100644 --- a/package-lock.json +++ b/package-lock.json @@ -103,7 +103,6 @@ "tsconfig-paths-webpack-plugin": "4.2.0", "type-fest": "4.32.0", "typescript": "5.4.5", - "typescript-transform-paths": "3.5.2", "webpack": "5.97.1", "webpack-cli": "6.0.1", "webpack-merge": "6.0.1", @@ -21665,35 +21664,6 @@ "node": ">=14.17" } }, - "node_modules/typescript-transform-paths": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.5.2.tgz", - "integrity": "sha512-IRDVXfU7oscLwTvLabXprFrFCMUdBJbdUDtxbHFEsau9FlqrrdgS8PfwUltKDAh75vJFkQ8QdXAt/nzIWWp+fA==", - "dev": true, - "license": "MIT", - "dependencies": { - "minimatch": "^9.0.5" - }, - "peerDependencies": { - "typescript": ">=3.6.5" - } - }, - "node_modules/typescript-transform-paths/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/unbox-primitive": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", diff --git a/package.json b/package.json index 3fa7e507..e2c00056 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,6 @@ "tsconfig-paths-webpack-plugin": "4.2.0", "type-fest": "4.32.0", "typescript": "5.4.5", - "typescript-transform-paths": "3.5.2", "webpack": "5.97.1", "webpack-cli": "6.0.1", "webpack-merge": "6.0.1", diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index bc788099..8233eceb 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -17,12 +17,7 @@ "paths": { "tldjs": ["@/jslib/src/misc/tldjs.noop"], "@/*": ["./*"] - }, - "plugins": [ - { - "transform": "typescript-transform-paths" - } - ] + } }, "include": ["src", "jslib", "scripts", "./*.ts"] }