rollup-plugin-tsconfig-paths
Version:
Rollup plugin for resolving tsconfig paths
45 lines (44 loc) • 1.09 kB
JSON
{
"name": "rollup-plugin-tsconfig-paths",
"version": "1.5.2",
"description": "Rollup plugin for resolving tsconfig paths",
"license": "MIT",
"exports": {
".": {
"types": "./index.d.ts",
"require": "./index.js",
"import": "./index.mjs"
}
},
"types": "./index.d.ts",
"author": "lightyen",
"repository": {
"url": "https://github.com/lightyen/typescript-paths"
},
"homepage": "https://github.com/lightyen/typescript-paths/blob/main/packages/rollup-plugin-tsconfig-paths#readme",
"scripts": {
"doit": "pnpm update --interactive --latest",
"compile": "del ./index.js ./index.mjs && tsup",
"format": "prettier --config ../../.prettierrc.yml --write *.*ts **/*.*ts",
"build": "npm run compile && npm run format",
"prepack": "npm run build"
},
"keywords": [
"rollup",
"plugin",
"tsconfig",
"paths"
],
"dependencies": {
"typescript-paths": "^1.5.1"
},
"peerDependencies": {
"rollup": "^2 || ^3 || ^4"
},
"files": [
"LICENSE",
"index.js",
"index.mjs",
"index.d.ts"
]
}