UNPKG

@mnrendra/obtain-tsconfig-paths

Version:

Obtain a valid baseUrl and paths from the compilerOptions in the tsconfig.json file

32 lines (31 loc) 839 B
{ "name": "@mnrendra/obtain-tsconfig-paths", "version": "1.2.2", "description": "Obtain a valid baseUrl and paths from the compilerOptions in the tsconfig.json file", "private": false, "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/mnrendra/obtain-tsconfig-paths.git" }, "author": { "name": "Muhammad Rendra", "email": "mnrendra@users.noreply.github.com", "url": "https://github.com/mnrendra" }, "license": "MIT", "bugs": { "url": "https://github.com/mnrendra/obtain-tsconfig-paths/issues" }, "homepage": "https://github.com/mnrendra/obtain-tsconfig-paths#readme", "dependencies": { "@mnrendra/read-tsconfig": "^1.3.2" }, "keywords": [ "obtain-tsconfig-paths", "obtain", "tsconfig", "paths" ] }