UNPKG

@visulima/tsconfig

Version:

Find and/or parse the tsconfig.json file from a directory path.

390 lines (196 loc) 15 kB
## @visulima/tsconfig [1.1.16](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.15...@visulima/tsconfig@1.1.16) (2025-03-07) ### Bug Fixes * updated @visulima/packem and other dev deps, for better bundling size ([e940581](https://github.com/visulima/visulima/commit/e9405812201594e54dd81d17ddb74177df5f3c24)) ### Dependencies * **@visulima/fs:** upgraded to 3.1.2 * **@visulima/path:** upgraded to 1.3.5 ## @visulima/tsconfig [1.1.15](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.14...@visulima/tsconfig@1.1.15) (2025-03-03) ### Dependencies * **@visulima/fs:** upgraded to 3.1.1 ## @visulima/tsconfig [1.1.14](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.13...@visulima/tsconfig@1.1.14) (2025-02-28) ### Bug Fixes * **tsconfig:** added support for typescript 5.8 ([ed21d12](https://github.com/visulima/visulima/commit/ed21d122eada6146367236f092c89f7c4807a51e)) ## @visulima/tsconfig [1.1.13](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.12...@visulima/tsconfig@1.1.13) (2025-01-29) ### Dependencies * **@visulima/fs:** upgraded to 3.1.0 ## @visulima/tsconfig [1.1.12](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.11...@visulima/tsconfig@1.1.12) (2025-01-25) ### Bug Fixes * fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a)) ### Miscellaneous Chores * fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89)) ### Dependencies * **@visulima/fs:** upgraded to 3.0.1 * **@visulima/path:** upgraded to 1.3.4 ## @visulima/tsconfig [1.1.11](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.10...@visulima/tsconfig@1.1.11) (2025-01-25) ### Miscellaneous Chores * updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec)) ### Dependencies * **@visulima/fs:** upgraded to 3.0.0 ## @visulima/tsconfig [1.1.10](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.9...@visulima/tsconfig@1.1.10) (2025-01-22) ### Styles * cs fixes ([f615a6a](https://github.com/visulima/visulima/commit/f615a6af4c0d4fb9ec054565fe5c93e88df487e9)) ### Miscellaneous Chores * updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf)) ### Dependencies * **@visulima/fs:** upgraded to 2.3.8 ## @visulima/tsconfig [1.1.9](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.8...@visulima/tsconfig@1.1.9) (2025-01-21) ### Bug Fixes * **tsconfig:** added missing tscCompatible option on findTsConfig and findTsConfigSync ([9f56637](https://github.com/visulima/visulima/commit/9f56637b5158f6364fa3e1c215ec9e7f2022a161)) * **tsconfig:** fixed tscCompatible default on jsdoc ([fa80961](https://github.com/visulima/visulima/commit/fa809618aec6ec5f8777beb384509ed6c6794d43)) ## @visulima/tsconfig [1.1.8](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.7...@visulima/tsconfig@1.1.8) (2025-01-13) ### Bug Fixes * **tsconfig:** adjusted error messages and added check for config placeholder ([91304e1](https://github.com/visulima/visulima/commit/91304e1126993b7c002fd16a406185a908b64074)) * **tsconfig:** fixed resolution of rootDir and baseUrl, fixed correct behavior of tsCompatibleWrapper ([20d25d7](https://github.com/visulima/visulima/commit/20d25d79f41ab7a8946c50f8e31c1646a6032d4c)) ### Dependencies * **@visulima/fs:** upgraded to 2.3.7 * **@visulima/path:** upgraded to 1.3.3 ## @visulima/tsconfig [1.1.7](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.6...@visulima/tsconfig@1.1.7) (2025-01-12) ### Bug Fixes * **tsconfig:** added support for ts 5.7, fixed compatible wrapper output, updated deps ([3110f7b](https://github.com/visulima/visulima/commit/3110f7bda8e868fa1661e0eb84a721727a8e5f04)) ### Dependencies * **@visulima/fs:** upgraded to 2.3.6 * **@visulima/path:** upgraded to 1.3.2 ## @visulima/tsconfig [1.1.6](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.5...@visulima/tsconfig@1.1.6) (2025-01-08) ### Dependencies * **@visulima/fs:** upgraded to 2.3.5 * **@visulima/path:** upgraded to 1.3.1 ## @visulima/tsconfig [1.1.5](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.4...@visulima/tsconfig@1.1.5) (2025-01-08) ### Dependencies * **@visulima/fs:** upgraded to 2.3.4 * **@visulima/path:** upgraded to 1.3.0 ## @visulima/tsconfig [1.1.4](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.3...@visulima/tsconfig@1.1.4) (2024-12-31) ### Dependencies * **@visulima/fs:** upgraded to 2.3.3 * **@visulima/path:** upgraded to 1.2.0 ## @visulima/tsconfig [1.1.3](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.2...@visulima/tsconfig@1.1.3) (2024-12-27) ### Miscellaneous Chores * updated dev dependencies ([9de2eab](https://github.com/visulima/visulima/commit/9de2eab91e95c8b9289d12f863a5167218770650)) ### Dependencies * **@visulima/fs:** upgraded to 2.3.2 ## @visulima/tsconfig [1.1.2](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.1...@visulima/tsconfig@1.1.2) (2024-12-12) ### Bug Fixes * allow node v23 ([8ca929a](https://github.com/visulima/visulima/commit/8ca929af311ce8036cbbfde68b6db05381b860a5)) * allowed node 23, updated dev dependencies ([f99d34e](https://github.com/visulima/visulima/commit/f99d34e01f6b13be8586a1b5d37dc8b8df0a5817)) * **tsconfig:** removed no needed [@ts-expect-error](https://github.com/ts-expect-error) ([8d7b961](https://github.com/visulima/visulima/commit/8d7b96191b62d597d49f7836a7c0543fa64461f0)) * updated packem to v1.8.2 ([23f869b](https://github.com/visulima/visulima/commit/23f869b4120856cc97e2bffa6d508e2ae30420ea)) * updated packem to v1.9.2 ([47bdc2d](https://github.com/visulima/visulima/commit/47bdc2dfaeca4e7014dbe7772eae2fdf8c8b35bb)) ### Miscellaneous Chores * **tsconfig:** fixed type issues ([13d2f0e](https://github.com/visulima/visulima/commit/13d2f0eb7695a2762649da1e1fbc4f2f190992cd)) * updated dev dependencies ([a916944](https://github.com/visulima/visulima/commit/a916944b888bb34c34b0c54328b38d29e4399857)) * updated README.md ([fa3d4aa](https://github.com/visulima/visulima/commit/fa3d4aaef3435488b70e5ee1141559b85dcbb6c4)) ### Dependencies * **@visulima/fs:** upgraded to 2.3.1 * **@visulima/path:** upgraded to 1.1.2 ## @visulima/tsconfig [1.1.1](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.1.0...@visulima/tsconfig@1.1.1) (2024-10-25) ### Dependencies * **@visulima/fs:** upgraded to 2.3.0 ## @visulima/tsconfig [1.1.0](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.16...@visulima/tsconfig@1.1.0) (2024-10-25) ### Features * **tsconfig:** adding support ${configDir} ([#476](https://github.com/visulima/visulima/issues/476)) ([d54c47b](https://github.com/visulima/visulima/commit/d54c47b780b293e33d2d6d3bcce8dc32a3a101c3)) ### Bug Fixes * **tsconfig:** handle relative tsconfig.json paths ([abf51b1](https://github.com/visulima/visulima/commit/abf51b1d2efa9b9ca5991a2272c824098cc968ba)) ## @visulima/tsconfig [1.0.16](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.15...@visulima/tsconfig@1.0.16) (2024-10-05) ### Dependencies * **@visulima/fs:** upgraded to 2.2.2 * **@visulima/path:** upgraded to 1.1.1 ## @visulima/tsconfig [1.0.15](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.14...@visulima/tsconfig@1.0.15) (2024-10-05) ### Bug Fixes * updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67)) ### Dependencies * **@visulima/fs:** upgraded to 2.2.1 * **@visulima/path:** upgraded to 1.1.0 ## @visulima/tsconfig [1.0.14](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.13...@visulima/tsconfig@1.0.14) (2024-09-29) ### Miscellaneous Chores * updated dev dependencies ([736c6ce](https://github.com/visulima/visulima/commit/736c6ce7270b3e525a8ea9f79646a2a3fde47d4e)) ### Dependencies * **@visulima/fs:** upgraded to 2.2.0 ## @visulima/tsconfig [1.0.13](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.12...@visulima/tsconfig@1.0.13) (2024-09-24) ### Bug Fixes * update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877)) * updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8)) ### Miscellaneous Chores * updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.18 * **@visulima/path:** upgraded to 1.0.9 ## @visulima/tsconfig [1.0.12](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.11...@visulima/tsconfig@1.0.12) (2024-09-11) ### Bug Fixes * fixed node10 support ([f5e78d9](https://github.com/visulima/visulima/commit/f5e78d9bff8fd603967666598b34f9338a8726b5)) ### Miscellaneous Chores * updated dev dependencies ([28b5ee5](https://github.com/visulima/visulima/commit/28b5ee5c805ca8868536418829cde7ba8c5bb8dd)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.17 * **@visulima/path:** upgraded to 1.0.8 ## @visulima/tsconfig [1.0.11](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.10...@visulima/tsconfig@1.0.11) (2024-09-07) ### Bug Fixes * fixed broken chunk splitting from packem ([1aaf277](https://github.com/visulima/visulima/commit/1aaf27779292d637923c5f8a220e18606e78caa2)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.16 * **@visulima/path:** upgraded to 1.0.7 ## @visulima/tsconfig [1.0.10](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.9...@visulima/tsconfig@1.0.10) (2024-09-07) ### Bug Fixes * added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76)) ### Styles * cs fixes ([f5c4af7](https://github.com/visulima/visulima/commit/f5c4af7cfa9fc79b6d3fa60c1e48d88bffab5a08)) ### Miscellaneous Chores * update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.15 * **@visulima/path:** upgraded to 1.0.6 ## @visulima/tsconfig [1.0.9](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.8...@visulima/tsconfig@1.0.9) (2024-08-30) ### Miscellaneous Chores * updated dev dependencies ([45c2a76](https://github.com/visulima/visulima/commit/45c2a76bc974ecb2c6b172c3af03373d4cc6a5ce)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.14 * **@visulima/path:** upgraded to 1.0.5 ## @visulima/tsconfig [1.0.8](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.7...@visulima/tsconfig@1.0.8) (2024-08-08) ### Miscellaneous Chores * updated dev dependencies ([da46d8e](https://github.com/visulima/visulima/commit/da46d8ef8a964c086060944172f1bd931b7bde9a)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.13 ## @visulima/tsconfig [1.0.7](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.6...@visulima/tsconfig@1.0.7) (2024-08-04) ### Dependencies * **@visulima/fs:** upgraded to 2.1.12 * **@visulima/path:** upgraded to 1.0.4 ## @visulima/tsconfig [1.0.6](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.5...@visulima/tsconfig@1.0.6) (2024-08-01) ### Bug Fixes * upgraded @visulima/packem ([dc0cb57](https://github.com/visulima/visulima/commit/dc0cb5701b30f3f81404346c909fd4daf891b894)) ### Miscellaneous Chores * updated dev dependencies ([ac67ec1](https://github.com/visulima/visulima/commit/ac67ec1bcba16175d225958e318199f60b10d179)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.11 * **@visulima/path:** upgraded to 1.0.3 ## @visulima/tsconfig [1.0.5](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.4...@visulima/tsconfig@1.0.5) (2024-07-21) ### Bug Fixes * resolve relative path extends in parent directory ([300a108](https://github.com/visulima/visulima/commit/300a1083217480103e6310b992c51c7d9c6085fa)) ### Styles * cs fixes ([070c702](https://github.com/visulima/visulima/commit/070c7022724d9f51c6dd034fa498874c377374a1)) * cs fixes ([ee5ed6f](https://github.com/visulima/visulima/commit/ee5ed6f31bdabcfacdb0d1abd1eff2cc6207cefc)) ### Miscellaneous Chores * added private true into fixture package.json files ([4a9494c](https://github.com/visulima/visulima/commit/4a9494c642fa98f224505a1d231b5af4e73d6c79)) * updated dev dependencies and sorted the package.json ([9571572](https://github.com/visulima/visulima/commit/95715725a8ed053ca24fd1405a55205c79342ecb)) ## @visulima/tsconfig [1.0.4](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.3...@visulima/tsconfig@1.0.4) (2024-07-02) ### Miscellaneous Chores * changed typescript version back to 5.4.5 ([55d28bb](https://github.com/visulima/visulima/commit/55d28bbdc103718d19f844034b38a0e8e5af798a)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.10 ## @visulima/tsconfig [1.0.3](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.2...@visulima/tsconfig@1.0.3) (2024-07-02) ### Miscellaneous Chores * updated dev dependencies ([cf7a28a](https://github.com/visulima/visulima/commit/cf7a28ab93565a65e583086c9dce0138e970d1d1)) * updated dev dependencies ([34df456](https://github.com/visulima/visulima/commit/34df4569f2fc074823a406c44a131c8fbae2b147)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.9 ## @visulima/tsconfig [1.0.2](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.1...@visulima/tsconfig@1.0.2) (2024-07-01) ### Styles * cs fixes ([cf19938](https://github.com/visulima/visulima/commit/cf199384f25cd6e97d4041317b35b6a3cc586f88)) * cs fixes found by eslint and prettier ([69ef744](https://github.com/visulima/visulima/commit/69ef7444c0bfbf1c94763623332e06b7fffc0039)) ### Dependencies * **@visulima/fs:** upgraded to 2.1.8 ## @visulima/tsconfig [1.0.1](https://github.com/visulima/visulima/compare/@visulima/tsconfig@1.0.0...@visulima/tsconfig@1.0.1) (2024-06-19) ### Bug Fixes * **tsconfig:** added missing TsConfigJson export ([246bf13](https://github.com/visulima/visulima/commit/246bf130cafb6522dbabff6d9170c4fa501e6148)) ### Miscellaneous Chores * updated dev dependencies ([de0f8a6](https://github.com/visulima/visulima/commit/de0f8a6b9030acbc044e5bc0f78091fb1ec89a28)) ## @visulima/tsconfig 1.0.0 (2024-06-17) ### Features * **tsconfig:** new package for tsconfig out of @visulima/package ([98f5e12](https://github.com/visulima/visulima/commit/98f5e12c43430a03f783e2e44692e431c9a1915a))